Fiddly

Fiddle the Web.

Wat is Fiddly?

Fiddly is een Chrome-extensie ontwikkeld door http://0th.me, en de belangrijkste functie is "Fiddle the Web.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Fiddly

Download Fiddly-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Fiddly Fiddly
ID concgaogdeplfahemjhlnbaacknijidi
Officiële URL https://chrome.google.com/webstore/detail/fiddly/concgaogdeplfahemjhlnbaacknijidi
Beschrijving Fiddle the Web.
Bestandsgrootte 212 KB
Aantal Installaties 17
Huidige Versie 0.26
Laatst Bijgewerkt 2017-03-29
Publicatiedatum 2017-03-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://0th.me
Betalingswijze free
Extensiewebsite http://0th.me/fiddly
Help Pagina-URL http://0th.me/fiddly
Ondersteunde Talen 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"
        }
    }
}