EditAnyThing

EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable

Vad är EditAnyThing?

EditAnyThing är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable".

Tilläggsskärmbilder

screenshot

Ladda ner EditAnyThing-förlängningens CRX-fil

Ladda ner EditAnyThing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
Officiell webbadress https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
Beskrivning EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
Filstorlek 126 KB
Antal Installationer 93
Aktuell Version 0.1.2
Senast Uppdaterad 2016-09-29
Publiceringsdatum 2016-09-29
Utvecklare Unknown
Betalningssätt free
Stödda Språk en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "medium-editor.css",
                "beagle.css"
            ],
            "js": [
                "medium-editor.js",
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "ja",
    "version": "0.1.2",
    "manifest_version": 2
}