Report Webpages

Quickly report webpages clicking in the extension icon in the Omnibox

Report Webpagesคืออะไร?

Report Webpages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adrià Vilanova Martínez (avm99963) และคุณลักษณะหลักของมันคือ "Quickly report webpages clicking in the extension icon in the Omnibox"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Report Webpages

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}