Fiddly

Fiddle the Web.

Fiddly क्या है?

Fiddly http://0th.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fiddle the Web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fiddly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}