run

makes everything run away from your cursor

runคืออะไร?

run เป็นส่วนขยายของ Chrome ที่พัฒนาโดย becca.ooo และคุณลักษณะหลักของมันคือ "makes everything run away from your cursor"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        makes every element on the page run from your cursor.

to remove a chrome extension, navigate to chrome://extensions/ and find the extension you wish to disable/delete, and uncheck 'enabled' or click on the trash icon to delete                    

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

ชื่อ run run
ID gladbcgfncoaedmceagkimdpnhdoeflf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/run/gladbcgfncoaedmceagkimdpnhdoeflf
คำอธิบาย makes everything run away from your cursor
ขนาดไฟล์ 41.29 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2015-06-09
วันที่เผยแพร่ 2015-06-09
คะแนน 1.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา becca.ooo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "run",
    "short_name": "run",
    "version": "1.0.0",
    "author": "9999yea.rs",
    "description": "makes everything run away from your cursor",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "jquery-2.1.3.min.js",
                "main.js"
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "offline_enabled": true
}