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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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" } } |