Save to Kindle
Saves web page or any text to your Kindle
ما هو Save to Kindle؟
Save to Kindle هو إضافة Chrome تم تطويرها بواسطة http://www.leoplay.com، والميزة الرئيسية لها هي "Saves web page or any text to your Kindle".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Save to Kindle
قم بتنزيل ملفات الامتداد Save to Kindle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Saves web page or text to your Kindle. It supports grabbing images and web pages in CJK.
معلومات أساسية عن التمديد
الاسم | |
ID | ikphkfkemdlgpgkhkpejlkecfddaohki |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/save-to-kindle/ikphkfkemdlgpgkhkpejlkecfddaohki |
الوصف | Saves web page or any text to your Kindle |
حجم الملف | 723 KB |
عدد التثبيتات | 412 |
النسخة الحالية | 0.10.5 |
آخر تحديث | 2017-05-02 |
تاريخ النشر | 2017-05-02 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | http://www.leoplay.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to Kindle", "version": "0.10.5", "description": "Saves web page or any text to your Kindle", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "popup": "index.html", "default_popup": "index.html", "default_title": "Save to Kindle", "homepage_url": "http:\/\/app.leoplay.com\/stk" }, "background": { "scripts": [ "js\/app-build.js", "js\/app-shared.js", "crx\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "crx\/zepto.min.js", "crx\/stk-sci-rules.js", "crx\/stk-sci-decorator.js", "crx\/content.js" ], "css": [ "crx\/content.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.leoplay.com:*\/*" ] }, "web_accessible_resources": [ "crx\/img\/crop.png", "crx\/img\/cut.png" ], "options_page": "options.html", "permissions": [ "tabs", "storage", "activeTab", "*:\/\/*\/*" ] } |