My Reading List
Maintain a reading list for leisurely reading
¿Qué es My Reading List?
My Reading List es una extensión de Chrome desarrollada por Anand M.S, y su función principal es "Maintain a reading list for leisurely reading".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión My Reading List
Descarga archivos de extensión My Reading List en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | My Reading List |
ID | kdollpkhgalgcngiilcninngilhkceha |
URL Oficial | https://chromewebstore.google.com/detail/my-reading-list/kdollpkhgalgcngiilcninngilhkceha |
Descripción | Maintain a reading list for leisurely reading |
Tamaño del Archivo | 122 KB |
Cantidad de Instalaciones | 640 |
Versión Actual | 1.0.0 |
Última Actualización | 2015-07-15 |
Fecha de Publicación | 2015-07-14 |
Calificación | 2.14/5 Total de 14 Calificaciones |
Desarrollador | Anand M.S |
Tipo de Pago | free |
Sitio Web de la Extensión | http://code.google.com/p/myreadinglist/ |
Idiomas Soportados | 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 } |