Broomo - Javascript jQuery Executor

Executes your javascript/jquery scripts on specific web sites

什么是Broomo - Javascript jQuery Executor?

Broomo - Javascript jQuery Executor是由bulent taymaz开发的Chrome扩展程序,该扩展的主要功能是“Executes your javascript/jquery scripts on specific web sites”。

扩展截图

screenshot
screenshot

下载Broomo - Javascript jQuery Executor扩展crx文件

下载Broomo - Javascript jQuery Executor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Broomo - Javascript jQuery Executor Broomo - Javascript jQuery Executor
ID hmkipcoboafepjhahnpifcbfbjlkiblf
官方URL https://chrome.google.com/webstore/detail/broomo-javascript-jquery/hmkipcoboafepjhahnpifcbfbjlkiblf
简介 Executes your javascript/jquery scripts on specific web sites
文件大小 75.53 KB
安装次数 192
当前版本 1.0
更新时间 2018-01-21
上架时间 2018-01-21
评分 2.00/5 共3次评分
开发者 bulent taymaz
付费类型 free
帮助页面URL http://broomo.freeforums.net
支持的语言 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"
}