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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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