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 .
Βασικές Πληροφορίες Επέκτασης
Όνομα | Save It |
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" ] } |