mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
added themes
This commit is contained in:
parent
51576b0309
commit
44d903b6e2
17 changed files with 368 additions and 31 deletions
|
@ -9,5 +9,12 @@
|
|||
"Colors": "Colors",
|
||||
"Inline code": "Inline code",
|
||||
"Ok": "Ok",
|
||||
"Settings": "Settings"
|
||||
"Settings": "Settings",
|
||||
"Color theme": "Color theme",
|
||||
"Custom theme": "Custom theme",
|
||||
"Dark theme": "Dark theme",
|
||||
"Light theme": "Light theme",
|
||||
"Blueberry boar": "Blueberry boar",
|
||||
"User defined theme": "User defined",
|
||||
"Built-in theme": "Built-in"
|
||||
}
|
||||
|
|
|
@ -9,5 +9,12 @@
|
|||
"Colors": "Цвета",
|
||||
"Inline code": "Код в строке",
|
||||
"Ok": "Ok",
|
||||
"Settings": "Настройки"
|
||||
"Settings": "Настройки",
|
||||
"Color theme": "Цветовая схема",
|
||||
"Custom theme": "Своя тема",
|
||||
"Dark theme": "Тёмная",
|
||||
"Light theme": "Светлая",
|
||||
"Blueberry boar": "Черничный кабанчик",
|
||||
"User defined theme": "Пользовательская",
|
||||
"Built-in theme": "Встроенная"
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "Markdown Home Tab",
|
||||
"short_name": "Markdown New Tab",
|
||||
"version": "0.0.1",
|
||||
"description": "Makdown editor for your new tab",
|
||||
"version": "0.0.2",
|
||||
"description": "Markdown right in your home tab! Paste links, pictures, lists and more. You can also customize colors to match your needs.",
|
||||
"manifest_version": 2,
|
||||
"permissions": ["storage"],
|
||||
"chrome_url_overrides": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue