Fiddly

Fiddle the Web.

Fiddlyคืออะไร?

Fiddly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://0th.me และคุณลักษณะหลักของมันคือ "Fiddle the Web."

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

screenshot
screenshot
screenshot

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

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

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

                        A quick little tool that lets you :
 - Edit / Remove Sections of a website.
 - Download HTML5 Videos                    

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

ชื่อ Fiddly Fiddly
ID concgaogdeplfahemjhlnbaacknijidi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fiddly/concgaogdeplfahemjhlnbaacknijidi
คำอธิบาย Fiddle the Web.
ขนาดไฟล์ 212 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 0.26
อัปเดตครั้งล่าสุด 2017-03-29
วันที่เผยแพร่ 2017-03-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://0th.me
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://0th.me/fiddly
URL หน้าช่วยเหลือ http://0th.me/fiddly
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fiddly",
    "description": "Fiddle the Web.",
    "version": "0.26",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "close.png",
        "move.png",
        "edit.png",
        "snap.png",
        "icon_active.png"
    ],
    "commands": {
        "toggleState": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Toggle Editor"
        },
        "toggleVidState": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "Command+Shift+V"
            },
            "description": "Toggle Video Downloader"
        }
    }
}