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.
¿Qué es In-Page Pop-up Reporter?
In-Page Pop-up Reporter es una extensión de Chrome desarrollada por Ehsan Akhgari, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión In-Page Pop-up Reporter
Descarga archivos de extensión In-Page Pop-up Reporter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | In-Page Pop-up Reporter |
ID | dkpphegmeomaffjanagefmejpeebfcmh |
URL Oficial | https://chromewebstore.google.com/detail/in-page-pop-up-reporter/dkpphegmeomaffjanagefmejpeebfcmh |
Descripción | Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them. |
Tamaño del Archivo | 28.03 KB |
Cantidad de Instalaciones | 37 |
Versión Actual | 1.6 |
Última Actualización | 2018-03-29 |
Fecha de Publicación | 2018-03-29 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Ehsan Akhgari |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |