Report Webpages
Quickly report webpages clicking in the extension icon in the Omnibox
What is Report Webpages?
Report Webpages is a Chrome extension developed by Adrià Vilanova Martínez (avm99963), and its main feature is "Quickly report webpages clicking in the extension icon in the Omnibox".
Extension Screenshots
Download Report Webpages Extension CRX File
Download Report Webpages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Report Webpages allows you to report quickly webpages to Google which either contain badware, webspam or are phishing websites. Click on the button in the right part of Chrome's Omnibox and select the type of report you want to send. A tab will be opened with the report form.
Extension Basic Information
Name | Report Webpages |
ID | nfeogcnliomhjhoanhicjindbkicefmf |
Official URL | https://chromewebstore.google.com/detail/report-webpages/nfeogcnliomhjhoanhicjindbkicefmf |
Description | Quickly report webpages clicking in the extension icon in the Omnibox |
File Size | 775 KB |
Installation Count | 255 |
Current Version | 0.1.4 |
Last Updated | 2014-05-25 |
Publish Date | 2014-05-25 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Adrià Vilanova Martínez (avm99963) |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/e/2PACX-1vQqZVpbT2k8U1tn1PdmDaAWnfMpLFIIeAAxiN-J-p7atXSPhhjVemIe5z5TgyT7llpgq1OAitP1TXB5/pub |
Supported Languages | en,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.1.4", "permissions": [ "declarativeContent", "tabs" ], "icons": { "16": "radar-16.png", "32": "radar-32.png", "64": "radar-64.png", "128": "radar-128.png", "256": "radar-256.png", "512": "radar-512.png", "858": "radar-858.png" }, "page_action": { "default_icon": { "19": "radar-19.png", "38": "radar-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "background": { "scripts": [ "pageevent.js" ], "persistent": false }, "default_locale": "en" } |