Report Webpages

Quickly report webpages clicking in the extension icon in the Omnibox

Cos'è Report Webpages?

Report Webpages è un'estensione di Chrome sviluppata da Adrià Vilanova Martínez (avm99963), e la sua funzione principale è "Quickly report webpages clicking in the extension icon in the Omnibox".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Report Webpages

Scarica i file di estensione Report Webpages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Report Webpages Report Webpages
ID nfeogcnliomhjhoanhicjindbkicefmf
URL Ufficiale https://chromewebstore.google.com/detail/report-webpages/nfeogcnliomhjhoanhicjindbkicefmf
Descrizione Quickly report webpages clicking in the extension icon in the Omnibox
Dimensione del File 775 KB
Conteggio Installazioni 255
Versione Corrente 0.1.4
Ultimo Aggiornamento 2014-05-25
Data di Pubblicazione 2014-05-25
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Adrià Vilanova Martínez (avm99963)
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vQqZVpbT2k8U1tn1PdmDaAWnfMpLFIIeAAxiN-J-p7atXSPhhjVemIe5z5TgyT7llpgq1OAitP1TXB5/pub
Lingue Supportate 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"
}