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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |