My Reading List
Maintain a reading list for leisurely reading
My Reading List क्या है?
My Reading List Anand M.S द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Maintain a reading list for leisurely reading"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Reading List एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Maintain a reading list for leisurely reading (Thanks to 'Read It Later (Pocket)') NOTE: New users, please register from the extensions options page, by providing a username and password. (Right click on the extension and go to Options) If you already have an account with readitlater, save your username/password. NOTE: No username/password is stored on any server or transferred over the network. The login credentials entered are stored locally within the browser local storage in your own systems. - When you use the extension for the first time, you will be asked to log-in with your account. - Add a web page to your reading list by clicking on the green + icon. - Run through your reading list/unread pages from the extension. - Mark a web-page as 'read', by clicking on the red tick mark against that page. - Review your the pages you have read from the 'Read' list. My other extensions: Torrent Search: https://chrome.google.com/extensions/detail/iangilbioefodhifefjcefjmdecdppip Live Twitter Search: https://chrome.google.com/extensions/detail/gkhcahpmjhkmikakojimclfndapcoebg
एक्सटेंशन की मूल जानकारी
नाम | My Reading List |
ID | kdollpkhgalgcngiilcninngilhkceha |
आधिकारिक URL | https://chromewebstore.google.com/detail/my-reading-list/kdollpkhgalgcngiilcninngilhkceha |
विवरण | Maintain a reading list for leisurely reading |
फ़ाइल का आकार | 122 KB |
स्थापना संख्या | 640 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2015-07-15 |
प्रकाशन तिथि | 2015-07-14 |
रेटिंग | 2.14/5 कुल 14 रेटिंग्स |
डेवलपर | Anand M.S |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://code.google.com/p/myreadinglist/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "My Reading List", "description": "Maintain a reading list for leisurely reading", "icons": { "16": "icons\/icon16x16.png", "32": "icons\/icon32x32.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "browser_action": { "default_icon": "icons\/icon48x48.png", "default_title": "My reading list", "default_popup": "readinglist.html" }, "options_page": "options.html", "background": { "page": "background.html", "persistent": false }, "permissions": [ "tabs", "https:\/\/readitlaterlist.com\/v2\/*", "http:\/\/*\/" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "manifest_version": 2 } |