kindleit direct
Post webpage to kindle directly by using kindleit
kindleit direct क्या है?
kindleit direct samurai20000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Post webpage to kindle directly by using kindleit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में kindleit direct एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Post current tab's web page to kindle. 1. Direct post to Kindle If you push the button, current tab's web page is sent to kindle automatically. 2. Asynchronous send and notification My extension send web page asynchronous, so it does not prevent your operation. And, if happens success or failed sending to kindle, it will show notification. 3. contextMenus In order to push kindle more easily, I add contextMenu function that send kindleit. you can post anywhere. This extension uses kindle it http://fivefilters.org/kindle-it/ . If you use this service first time, you will need to add [email protected] to your approved list. More detail: http://help.fivefilters.org/customer/portal/articles/178337-kindle-e-mail-address
एक्सटेंशन की मूल जानकारी
नाम | kindleit direct |
ID | ljjpaogbkhfbmbcamjdchjjfpcopjafm |
आधिकारिक URL | https://chromewebstore.google.com/detail/kindleit-direct/ljjpaogbkhfbmbcamjdchjjfpcopjafm |
विवरण | Post webpage to kindle directly by using kindleit |
फ़ाइल का आकार | 54.26 KB |
स्थापना संख्या | 208 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2014-06-30 |
प्रकाशन तिथि | 2014-06-30 |
रेटिंग | 4.50/5 कुल 6 रेटिंग्स |
डेवलपर | samurai20000 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "kindleit direct", "description": "Post webpage to kindle directly by using kindleit", "id": "ljjpaogbkhfbmbcamjdchjjfpcopjafm", "manifest_version": 2, "minimum_chrome_version": "35", "version": "1.0.1", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "http:\/\/fivefilters.org\/kindle-it", "notifications", "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "options_page": "options.html", "background": { "scripts": [ "jquery-2.0.2.min.js", "background.js" ] } } |