Report Webpages
Quickly report webpages clicking in the extension icon in the Omnibox
什么是Report Webpages?
Report Webpages是由Adrià Vilanova Martínez (avm99963)开发的Chrome扩展程序,该扩展的主要功能是“Quickly report webpages clicking in the extension icon in the Omnibox”。
扩展截图
下载Report Webpages扩展crx文件
下载Report Webpages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Report Webpages |
ID | nfeogcnliomhjhoanhicjindbkicefmf |
官方URL | https://chromewebstore.google.com/detail/report-webpages/nfeogcnliomhjhoanhicjindbkicefmf |
简介 | Quickly report webpages clicking in the extension icon in the Omnibox |
文件大小 | 775 KB |
安装次数 | 255 |
当前版本 | 0.1.4 |
更新时间 | 2014-05-25 |
上架时间 | 2014-05-25 |
评分 | 4.20/5 共5次评分 |
开发者 | Adrià Vilanova Martínez (avm99963) |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/e/2PACX-1vQqZVpbT2k8U1tn1PdmDaAWnfMpLFIIeAAxiN-J-p7atXSPhhjVemIe5z5TgyT7llpgq1OAitP1TXB5/pub |
支持的语言 | 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" } |