Reading
Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.
O que é Reading?
Reading é uma extensão do Chrome desenvolvida por https://reading.am, e sua principal característica é "Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reading
Baixe arquivos de extensão Reading no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Reading |
ID | npjdbbeldblbjenemjdeplmlaieifjhk |
URL Oficial | https://chromewebstore.google.com/detail/reading/npjdbbeldblbjenemjdeplmlaieifjhk |
Descrição | Share what you're reading. Not what you like. Not what you find interesting. Just what you're reading. |
Tamanho do Arquivo | 20.51 KB |
Contagem de Instalações | 153 |
Versão Atual | 1.1.5 |
Última Atualização | 2014-03-19 |
Data de Publicação | 2014-03-19 |
Classificação | 4.73/5 Total de 11 Avaliações |
Desenvolvedor | https://reading.am |
Tipo de Pagamento | free |
Site da Extensão | http://www.reading.am |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |