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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |