Report Webpages

Quickly report webpages clicking in the extension icon in the Omnibox

Report Webpages क्या है?

Report Webpages Adrià Vilanova Martínez (avm99963) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly report webpages clicking in the extension icon in the Omnibox"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Report Webpages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}