Save to CaptureSaver
This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
ما هو Save to CaptureSaver؟
Save to CaptureSaver هو إضافة Chrome تم تطويرها بواسطة https://www.capturesaver.com، والميزة الرئيسية لها هي "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Save to CaptureSaver
قم بتنزيل ملفات الامتداد Save to CaptureSaver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
CaptureSaver lets you capture, organize, and search the information you gather on the Internet. When you use CaptureSaver you'll never lose important information, or have to worry about Web sites or pages disappearing never to be found again. This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
معلومات أساسية عن التمديد
الاسم | Save to CaptureSaver |
ID | pddlbiopkcimgjfkjlfkophopecpdbai |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai |
الوصف | This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver. |
حجم الملف | 25.12 KB |
عدد التثبيتات | 721 |
النسخة الحالية | 3.0.0 |
آخر تحديث | 2014-06-27 |
تاريخ النشر | 2014-06-26 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | https://www.capturesaver.com |
نوع الدفع | free |
موقع الإضافة | http://www.capturesaver.com/capturesaver/index.htm |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to CaptureSaver", "description": "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.", "version": "3.0.0", "manifest_version": 2, "minimum_chrome_version": "6.0.0.0", "background": { "page": "background.html" }, "icons": { "16": "cs_16.png", "32": "cs_32.png", "48": "cs_48.png", "128": "cs_128.png" }, "permissions": [ "nativeMessaging", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Save this page to CaptureSaver", "default_icon": "cs_16.png" } } |