Broomo - Javascript jQuery Executor

Executes your javascript/jquery scripts on specific web sites

Wat is Broomo - Javascript jQuery Executor?

Broomo - Javascript jQuery Executor is een Chrome-extensie ontwikkeld door bulent taymaz, en de belangrijkste functie is "Executes your javascript/jquery scripts on specific web sites".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Broomo - Javascript jQuery Executor

Download Broomo - Javascript jQuery Executor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Broomo - Javascript jQuery Executor Broomo - Javascript jQuery Executor
ID hmkipcoboafepjhahnpifcbfbjlkiblf
Officiële URL https://chrome.google.com/webstore/detail/broomo-javascript-jquery/hmkipcoboafepjhahnpifcbfbjlkiblf
Beschrijving Executes your javascript/jquery scripts on specific web sites
Bestandsgrootte 75.53 KB
Aantal Installaties 192
Huidige Versie 1.0
Laatst Bijgewerkt 2018-01-21
Publicatiedatum 2018-01-21
Beoordeling 2.00/5 Totaal 3 Beoordelingen
Ontwikkelaar bulent taymaz
Betalingswijze free
Help Pagina-URL http://broomo.freeforums.net
Ondersteunde Talen 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"
}