Broomo - Javascript jQuery Executor

Executes your javascript/jquery scripts on specific web sites

Broomo - Javascript jQuery Executorคืออะไร?

Broomo - Javascript jQuery Executor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bulent taymaz และคุณลักษณะหลักของมันคือ "Executes your javascript/jquery scripts on specific web sites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Broomo - Javascript jQuery Executor

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}