Clear This Page
Bypass the clutter from any web article
O que é Clear This Page?
Clear This Page é uma extensão do Chrome desenvolvida por http://clearthis.page, e sua principal característica é "Bypass the clutter from any web article".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clear This Page
Baixe arquivos de extensão Clear This Page 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 service takes any web article or news page and returns only the relevant content, freeing you from any clutter, including ads, paywalls, article limits, popups and more. Trigger the extension by clicking on its icon or using the context menu (right click of the mouse) on any page or link.
Informações Básicas da Extensão
Nome | |
ID | jhmmoamfcbidmbmnphlimaombiflfalm |
URL Oficial | https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm |
Descrição | Bypass the clutter from any web article |
Tamanho do Arquivo | 5.67 KB |
Contagem de Instalações | 6,113 |
Versão Atual | 1.2 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 4.33/5 Total de 33 Avaliações |
Desenvolvedor | http://clearthis.page |
[email protected] | |
Site da Extensão | https://clearthis.page |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear This Page", "description": "Bypass the clutter from any web article", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ], "browser_action": { "name": "Click to extract content from the current browser tab" }, "icons": { "128": "icon1.png" }, "manifest_version": 2 } |