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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ehsan Akhgari และคุณลักษณะหลักของมันคือ "Help curate a data set of pages that open in-page pop-ups by reporting the URLs of such pages as you encounter them."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย In-Page Pop-up Reporter
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |