Save It
Save, view and edit your favourite words. Forgot your words translation? Add description to them.
Save It क्या है?
Save It Saw207 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save, view and edit your favourite words. Forgot your words translation? Add description to them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save It एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |