In-Page Pop-up Reporter
Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them.
O que é In-Page Pop-up Reporter?
In-Page Pop-up Reporter é uma extensão do Chrome desenvolvida por Ehsan Akhgari, e sua principal característica é "Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão In-Page Pop-up Reporter
Baixe arquivos de extensão In-Page Pop-up Reporter 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
Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them during your browsing. Mozilla is experimenting with a browser feature to detect such pop-ups automatically and block them.
Informações Básicas da Extensão
Nome | In-Page Pop-up Reporter |
ID | dkpphegmeomaffjanagefmejpeebfcmh |
URL Oficial | https://chromewebstore.google.com/detail/in-page-pop-up-reporter/dkpphegmeomaffjanagefmejpeebfcmh |
Descrição | Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them. |
Tamanho do Arquivo | 28.03 KB |
Contagem de Instalações | 37 |
Versão Atual | 1.6 |
Última Atualização | 2018-03-29 |
Data de Publicação | 2018-03-29 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Ehsan Akhgari |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "In-Page Pop-up Reporter", "version": "1.6", "description": "Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them.", "homepage_url": "https:\/\/github.com\/ehsan\/popup-reporter", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "icons\/icon-64.png", "default_title": "In-Page Pop-up Reporter", "default_popup": "page\/report.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options_ui\/options.html" } } |