Let Me Read
Provides a distraction free reading.
O que é Let Me Read?
Let Me Read é uma extensão do Chrome desenvolvida por Kushagra Gour, e sua principal característica é "Provides a distraction free reading.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Let Me Read
Baixe arquivos de extensão Let Me Read 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
Have a website where you read regularly and wish it didn't have those page elements on all sides distracting you from reading? "Let Me Read" is an extension that transforms your favorite websites into a distraction free reading environment. Just click the extension icon and get ready to focus on the content you want to read. Simple! Currently supported websites: 1. Facebook 2. Smashing Magazine 3. Wikipedia 4. CSS-Tricks 5. Tutsplus 6. .net Magazine 7. WebdesignerDepot 8. Noupe Have a website which is not listed above? Let me know in the comments and I'll add support for it also. This extension is open source. Find it on Github: https://github.com/chinchang/let-me-read Have fun reading!
Informações Básicas da Extensão
Nome | |
ID | ejmgdmocbicjpgcnfoonmbbfcllcnkaa |
URL Oficial | https://chrome.google.com/webstore/detail/let-me-read/ejmgdmocbicjpgcnfoonmbbfcllcnkaa |
Descrição | Provides a distraction free reading. |
Tamanho do Arquivo | 12.47 KB |
Contagem de Instalações | 67 |
Versão Atual | 1.1 |
Última Atualização | 2013-08-11 |
Data de Publicação | 2013-08-11 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | Kushagra Gour |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/chinchang/let-me-read |
URL da Página de Ajuda | https://github.com/chinchang/let-me-read |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Let Me Read", "version": "1.1", "manifest_version": 2, "description": "Provides a distraction free reading.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |