Save It
Save, view and edit your favourite words. Forgot your words translation? Add description to them.
Co to jest Save It?
Save It to rozszerzenie Chrome opracowane przez Saw207, a jego główną funkcją jest „Save, view and edit your favourite words. Forgot your words translation? Add description to them.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Save It
Pobierz pliki rozszerzeń Save It w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 .
Podstawowe informacje o rozszerzeniu
Nazwa | Save It |
ID | ecojcaocmonpinbacfiglhcjedpcbjcf |
Oficjalny URL | https://chromewebstore.google.com/detail/save-it/ecojcaocmonpinbacfiglhcjedpcbjcf |
Opis | Save, view and edit your favourite words. Forgot your words translation? Add description to them. |
Rozmiar pliku | 36.85 KB |
Liczba instalacji | 27 |
Aktualna Wersja | 1.3.3 |
Ostatnia Aktualizacja | 2019-01-17 |
Data Publikacji | 2019-01-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Saw207 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |