EditAnyThing

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

Apa itu EditAnyThing?

EditAnyThing adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EditAnyThing

Unduh file ekstensi EditAnyThing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
URL Resmi https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
Deskripsi EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
Ukuran File 126 KB
Jumlah Instalasi 93
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2016-09-29
Tanggal Publikasi 2016-09-29
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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
}