Go To Kindle Chrome Extension
This extension will help you read articles in a clean way both on web and your kindle device.
ما هو Go To Kindle Chrome Extension؟
Go To Kindle Chrome Extension هو إضافة Chrome تم تطويرها بواسطة https://gotokindle.com، والميزة الرئيسية لها هي "This extension will help you read articles in a clean way both on web and your kindle device.".
تحميل ملف CRX للإضافة Go To Kindle Chrome Extension
قم بتنزيل ملفات الامتداد Go To Kindle Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will help you read articles in a clean way both on web and your kindle device.
معلومات أساسية عن التمديد
الاسم | Go To Kindle Chrome Extension |
ID | nllfeighmhejmmapanljgdndfldkbmnf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf |
الوصف | This extension will help you read articles in a clean way both on web and your kindle device. |
حجم الملف | 64.77 KB |
عدد التثبيتات | 177 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-10-20 |
تاريخ النشر | 2017-10-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://gotokindle.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go To Kindle Chrome Extension", "short_name": "Go To Kindle", "author": "[email protected]", "description": "This extension will help you read articles in a clean way both on web and your kindle device.", "version": "1.1", "browser_action": { "default_icon": "images\/icon_dark.png" }, "icons": { "48": "images\/icon_dark.png", "128": "images\/icon_dark_128.png", "256": "images\/icon_dark.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": true, "open_in_tab": true }, "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "readability\/pretty.html" ], "permissions": [ "activeTab", "storage", "contextMenus", "http:\/\/gotokindle.com\/" ] } |