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.
什么是In-Page Pop-up Reporter?
In-Page Pop-up Reporter是由Ehsan Akhgari开发的Chrome扩展程序,该扩展的主要功能是“Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them.”。
扩展截图
下载In-Page Pop-up Reporter扩展crx文件
下载In-Page Pop-up Reporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | In-Page Pop-up Reporter |
ID | dkpphegmeomaffjanagefmejpeebfcmh |
官方URL | https://chromewebstore.google.com/detail/in-page-pop-up-reporter/dkpphegmeomaffjanagefmejpeebfcmh |
简介 | Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them. |
文件大小 | 28.03 KB |
安装次数 | 37 |
当前版本 | 1.6 |
更新时间 | 2018-03-29 |
上架时间 | 2018-03-29 |
评分 | 5.00/5 共1次评分 |
开发者 | Ehsan Akhgari |
付费类型 | free |
支持的语言 | 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" } } |