Savory
Save your tabs and links in Savory from your Chrome browser quickly
ما هو Savory؟
Savory هو إضافة Chrome تم تطويرها بواسطة https://getsavory.co، والميزة الرئيسية لها هي "Save your tabs and links in Savory from your Chrome browser quickly".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Savory
قم بتنزيل ملفات الامتداد Savory بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use the official chrome extension for Savory to save your tabs and pages into Savory quickly. Savory lets you finish your reading list. - Save into Savory with one click Just click the Savory logo to save any page you're on. - Stay organized Add tags to the page for future reference.
معلومات أساسية عن التمديد
الاسم | Savory |
ID | nniljogbfkdldgmkfiphpnmgifhkiogp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/savory/nniljogbfkdldgmkfiphpnmgifhkiogp |
الوصف | Save your tabs and links in Savory from your Chrome browser quickly |
حجم الملف | 160 KB |
عدد التثبيتات | 195 |
النسخة الحالية | 0.12.0 |
آخر تحديث | 2023-02-04 |
تاريخ النشر | 2020-06-14 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | https://getsavory.co |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://getsavory.co/ |
عنوان صفحة المساعدة | https://twitter.com/getsavory |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Savory", "version": "0.12.0", "description": "Save your tabs and links in Savory from your Chrome browser quickly", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Add to Savory" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+S", "mac": "MacCtrl+S" } } }, "host_permissions": [ "https:\/\/*.savory.test\/", "https:\/\/*.getsavory.co\/" ], "permissions": [ "activeTab", "cookies" ] } |