Broomo - Javascript jQuery Executor

Executes your javascript/jquery scripts on specific web sites

Cos'è Broomo - Javascript jQuery Executor?

Broomo - Javascript jQuery Executor è un'estensione di Chrome sviluppata da bulent taymaz, e la sua funzione principale è "Executes your javascript/jquery scripts on specific web sites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Broomo - Javascript jQuery Executor

Scarica i file di estensione Broomo - Javascript jQuery Executor 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

                        Broomo executes your javascript/jquery code snippets on specific web sites you defined so you can create a customized view of your favorite sites.                    

Informazioni di Base sull'Estensione

Nome Broomo - Javascript jQuery Executor Broomo - Javascript jQuery Executor
ID hmkipcoboafepjhahnpifcbfbjlkiblf
URL Ufficiale https://chrome.google.com/webstore/detail/broomo-javascript-jquery/hmkipcoboafepjhahnpifcbfbjlkiblf
Descrizione Executes your javascript/jquery scripts on specific web sites
Dimensione del File 75.53 KB
Conteggio Installazioni 192
Versione Corrente 1.0
Ultimo Aggiornamento 2018-01-21
Data di Pubblicazione 2018-01-21
Valutazione 2.00/5 Totale 3 Valutazioni
Sviluppatore bulent taymaz
Tipo di Pagamento free
URL della Pagina di Aiuto http://broomo.freeforums.net
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Broomo - Javascript jQuery Executor",
    "description": "Executes your javascript\/jquery scripts on specific web sites",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.slim.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "175": "ikon175x175.png",
        "128": "ikon128x128.png",
        "20": "ikon20x20.png",
        "16": "ikon16x16.png"
    },
    "options_page": "options.html"
}