ChontentEditable

ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…

ما هو ChontentEditable؟

ChontentEditable هو إضافة Chrome تم تطويرها بواسطة shoito، والميزة الرئيسية لها هي "ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…".

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

screenshot
screenshot

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

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

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

                        ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables freely. 
Please push a button and change contents in a page freely. 

Have fun!                    

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

الاسم ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
الوصف ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
حجم الملف 58.71 KB
عدد التثبيتات 96
النسخة الحالية 0.1.2
آخر تحديث 2014-11-18
تاريخ النشر 2014-11-18
تقييم 5.00/5 مجموع تقييمات 2
المطور shoito
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.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
}