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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |