Save It
Save, view and edit your favourite words. Forgot your words translation? Add description to them.
Co je Save It?
Save It je rozšíření Chrome vyvinuté Saw207, a jeho hlavní funkcí je „Save, view and edit your favourite words. Forgot your words translation? Add description to them.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Save It
Stáhněte si soubory rozšíření Save It ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 .
Základní Informace o Rozšíření
Název | Save It |
ID | ecojcaocmonpinbacfiglhcjedpcbjcf |
Oficiální URL | https://chromewebstore.google.com/detail/save-it/ecojcaocmonpinbacfiglhcjedpcbjcf |
Popis | Save, view and edit your favourite words. Forgot your words translation? Add description to them. |
Velikost souboru | 36.85 KB |
Počet instalací | 27 |
Aktuální Verze | 1.3.3 |
Poslední Aktualizace | 2019-01-17 |
Datum Vydání | 2019-01-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Saw207 |
Typ Platby | free |
Podporované Jazyky | 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" ] } |