Save to Kindle
Saves web page or any text to your Kindle
Apa itu Save to Kindle?
Save to Kindle adalah ekstensi Chrome yang dikembangkan oleh http://www.leoplay.com, dan fitur utamanya adalah "Saves web page or any text to your Kindle".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save to Kindle
Unduh file ekstensi Save to Kindle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Saves web page or text to your Kindle. It supports grabbing images and web pages in CJK.
Informasi Dasar Ekstensi
Nama | |
ID | ikphkfkemdlgpgkhkpejlkecfddaohki |
URL Resmi | https://chrome.google.com/webstore/detail/save-to-kindle/ikphkfkemdlgpgkhkpejlkecfddaohki |
Deskripsi | Saves web page or any text to your Kindle |
Ukuran File | 723 KB |
Jumlah Instalasi | 412 |
Versi Saat Ini | 0.10.5 |
Terakhir Diperbarui | 2017-05-02 |
Tanggal Publikasi | 2017-05-02 |
Penilaian | 4.50/5 Total 4 Penilaian |
Pengembang | http://www.leoplay.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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", "*:\/\/*\/*" ] } |