Articles Simplifier
This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
O que é Articles Simplifier?
Articles Simplifier é uma extensão do Chrome desenvolvida por noamamv, e sua principal característica é "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Articles Simplifier
Baixe arquivos de extensão Articles Simplifier 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
This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more using www.outline.com services. Just click "Add to Chrome," then visit your favorite website for reading and our extension will use it’s url for presenting you the simplify info, no copy\past needed. Simply click the extension button, or right click in a page you want to simplify and click on our extension to redirect your article to Outline.com. Hopefully you enjoy our extension, we would love to hear feedback from you.
Informações Básicas da Extensão
Nome | |
ID | hgaklaggfeoekgakpbmgjjfkagffolph |
URL Oficial | https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph |
Descrição | This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more... |
Tamanho do Arquivo | 19.48 KB |
Contagem de Instalações | 816 |
Versão Atual | 1 |
Última Atualização | 2022-02-15 |
Data de Publicação | 2022-02-15 |
Desenvolvedor | noamamv |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://home.articlesimplifier.com/ |
URL da Página de Ajuda | https://home.articlesimplifier.com/contact.html |
URL da Página de Política de Privacidade | https://home.articlesimplifier.com/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo128.png", "default_title": "Articles Simplifier" }, "background": { "service_worker": "background.js" }, "description": "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...", "icons": { "128": "logo128.png", "16": "logo16.png", "48": "logo48.png" }, "manifest_version": 3, "name": "Articles Simplifier", "permissions": [ "activeTab", "contextMenus", "tabs", "alarms", "storage" ], "version": "1" } |