SendToKindle AutoClose
Automatically closing window after page sent to kindle
ما هو SendToKindle AutoClose؟
SendToKindle AutoClose هو إضافة Chrome تم تطويرها بواسطة Nikita، والميزة الرئيسية لها هي "Automatically closing window after page sent to kindle".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SendToKindle AutoClose
قم بتنزيل ملفات الامتداد SendToKindle AutoClose بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically closing window after page sent to kindle.
معلومات أساسية عن التمديد
الاسم | |
ID | danjdgehbfgnnggmapodpnkopeiljoab |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/sendtokindle-autoclose/danjdgehbfgnnggmapodpnkopeiljoab |
الوصف | Automatically closing window after page sent to kindle |
حجم الملف | 54.7 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 0.1 |
آخر تحديث | 2013-10-21 |
تاريخ النشر | 2013-10-21 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Nikita |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SendToKindle AutoClose", "description": "Automatically closing window after page sent to kindle", "version": "0.1", "permissions": [ "tabs", "https:\/\/www.amazon.com\/gp\/sendtokindle\/*" ], "manifest_version": 2, "icons": { "16": "icon\/s2k-icon-16.png", "19": "icon\/s2k-icon-19.png", "32": "icon\/s2k-icon-32.png", "64": "icon\/s2k-icon-64.png", "128": "icon\/s2k-icon-128.png", "256": "icon\/s2k-icon-256.png" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/www.amazon.com\/gp\/sendtokindle\/*" ], "run_at": "document_idle" } ] } |