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.」です。

拡張機能のスクリーンショット

screenshot

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 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"
    }
}