Save It
Save, view and edit your favourite words. Forgot your words translation? Add description to them.
Hvad er Save It?
Save It er en Chrome-udvidelse udviklet af Saw207, og dens hovedfunktion er "Save, view and edit your favourite words. Forgot your words translation? Add description to them.".
Udvidelsesskærmbilleder
Download Save It-udvidelses-CRX-fil
Download Save It-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 . Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ecojcaocmonpinbacfiglhcjedpcbjcf |
| Officiel URL | https://chromewebstore.google.com/detail/save-it/ecojcaocmonpinbacfiglhcjedpcbjcf |
| Beskrivelse | Save, view and edit your favourite words. Forgot your words translation? Add description to them. |
| Filstørrelse | 36.85 KB |
| Antal Installationer | 27 |
| Nuværende Version | 1.3.3 |
| Senest Opdateret | 2019-01-17 |
| Udgivelsesdato | 2019-01-17 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Saw207 |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |