Save It
Save, view and edit your favourite words. Forgot your words translation? Add description to them.
Что такое Save It?
Save It - это расширение Chrome, разработанное Saw207, и его основная функция - "Save, view and edit your favourite words. Forgot your words translation? Add description to them.".
Снимки экрана расширения
Скачать файл CRX расширения Save It
Скачайте файлы расширений Save It в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension focuses on providing simple and easy way to store text in your browser. It's features are :
-save
-view
-edit
-sort
-import
-export
If you find any bugs or you've came across problem with extension, please contact me for example via support option on the details-tab of this page.
SaveIt is open source project available at https://github.com/swpw/SaveIt . Основная информация о расширении
| Название | |
| ID | ecojcaocmonpinbacfiglhcjedpcbjcf |
| Официальный URL | https://chromewebstore.google.com/detail/save-it/ecojcaocmonpinbacfiglhcjedpcbjcf |
| Описание | Save, view and edit your favourite words. Forgot your words translation? Add description to them. |
| Размер файла | 36.85 KB |
| Количество установок | 27 |
| Текущая Версия | 1.3.3 |
| Последнее Обновление | 2019-01-17 |
| Дата публикации | 2019-01-17 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Saw207 |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Save It",
"version": "1.3.3",
"description": "Save, view and edit your favourite words. Forgot your words translation? Add description to them.",
"homepage_url": "https:\/\/github.com\/swpw\/SaveIt",
"icons": {
"128": "icon128.png",
"48": "icon32.png",
"16": "icon16.png"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": ".\/popup\/popup.html"
},
"options_page": ".\/options\/options.html",
"background": {
"scripts": [
".\/event\/contextMenu.js",
".\/event\/badges.js",
".\/event\/initOptions.js"
],
"persistent": false
},
"permissions": [
"storage",
"notifications",
"contextMenus",
"tabs"
]
} | |