Reading
Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
¿Qué es Reading?
Reading es una extensión de Chrome desarrollada por https://reading.am, y su función principal es "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reading
Descarga archivos de extensión Reading 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
Super goodness for use with Reading | http://www.reading.am. Includes oft requested context menu support (right mouse click) for posting images, etc. So much convenience! Hurray!
Información Básica de la Extensión
Nombre | Reading |
ID | npjdbbeldblbjenemjdeplmlaieifjhk |
URL Oficial | https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk |
Descripción | Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading. |
Tamaño del Archivo | 20.51 KB |
Cantidad de Instalaciones | 153 |
Versión Actual | 1.1.5 |
Última Actualización | 2014-03-19 |
Fecha de Publicación | 2014-03-19 |
Calificación | 4.73/5 Total de 11 Calificaciones |
Desarrollador | https://reading.am |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.reading.am |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading", "version": "1.1.5", "description": "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.", "icons": { "16": "shared\/icon16.png", "48": "shared\/icon48.png", "128": "shared\/icon128.png" }, "background": { "page": "shared\/background.html" }, "permissions": [ "contextMenus", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Post this page to Reading", "default_icon": "shared\/icon48.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "shared\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |