BrowseRules

Customize the websites you frequent. Use the control panel to create rules - Browser Rules - with Javascript or Jquery and css.

BrowseRulesคืออะไร?

BrowseRules เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browserules.com และคุณลักษณะหลักของมันคือ "Customize the websites you frequent. Use the control panel to create rules - Browser Rules - with Javascript or Jquery and css."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrowseRules

ดาวน์โหลดไฟล์ส่วนขยาย BrowseRules ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enjoy the web your way. Customize your web experience by creating Browser Rules and associating them with the websites you frequent.

BrowseRules is a google chrome browser extension. The extension allows you to make modifications to a website and save them. These modifications are rules, and the browser will then run them every time you revisit the site. You can run multiple rules, apply them to subdomains or specific pages and activate or deactivate them easily within the webpage.

Consume existing rules, create your own simple or complex browser rules, then share with the community to make the World Wide Web a better place for all of us.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BrowseRules BrowseRules
ID knjjenghknphdmflgjnjjkemgcdeeejl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browserules/knjjenghknphdmflgjnjjkemgcdeeejl
คำอธิบาย Customize the websites you frequent. Use the control panel to create rules - Browser Rules - with Javascript or Jquery and css.
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 0.0.1.194
อัปเดตครั้งล่าสุด 2016-09-28
วันที่เผยแพร่ 2016-09-28
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://browserules.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.facebook.com/BrowseRulesCommunity
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/devtool.css"
            ],
            "js": [
                "scripts\/jquery-1.7.1.min.js",
                "scripts\/contentscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Customize the websites you frequent. Use the control panel  to create rules - Browser Rules - with Javascript or Jquery and css.",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "img\/logo_128.png",
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6xu1zKMD2hCQjEZ5KJm+GEBAjqp9vQJDeLqXQGGV9vD98LzLK9wXjWFXvuBUffAbwNRDk+eyjXFrIzXfzt58ADrT6xIVD8VoLAai\/xlwQTtgTsUW9Wpp8VKbTfmqD1nSJGUhQZkm+9p\/NbjEELwzr4vRe2S0cE2CrcC\/SOkuSOwIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0",
    "name": "BrowseRules",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1.194"
}