EditAnyThing

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

ما هو EditAnyThing؟

EditAnyThing هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EditAnyThing

قم بتنزيل ملفات الامتداد EditAnyThing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
عنوان URL الرسمي https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
الوصف EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
حجم الملف 126 KB
عدد التثبيتات 93
النسخة الحالية 0.1.2
آخر تحديث 2016-09-29
تاريخ النشر 2016-09-29
المطور Unknown
نوع الدفع free
اللغات المدعومة 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
}