Edit Mode

Text update made easy

ما هو Edit Mode؟

Edit Mode هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Text update made easy".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Edit Mode

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

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

                        How do you explain any text update in your website? You send an e-mail, an message, a printscreen with anotations?

You souldn't take much time explaining a text that you would like to change in your site. Edit Mode help you to save your time by making the texts of your whole page editable, giving you a link to share your editions for anyone, so you make your and the life of the person who receive your edition easier. 

For you:
- Edit any text in your site at live
- Once finished, you get a link with all your editions stored. Send it!

For who receives your edition:
- Click to copy the new content
- Double click to toggle from new to previous content                    

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

الاسم Edit Mode Edit Mode
ID gbbplijklonabgkeonkepkphjdjndhnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/edit-mode/gbbplijklonabgkeonkepkphjdjndhnb
الوصف Text update made easy
حجم الملف 11.55 MB
عدد التثبيتات 272
النسخة الحالية 2.3.0
آخر تحديث 2021-01-04
تاريخ النشر 2020-02-16
تقييم 4.33/5 مجموع تقييمات 3
المطور Unknown
نوع الدفع free
موقع الإضافة https://www.editmode.io
عنوان صفحة المساعدة https://www.editmode.io/contact
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Mode",
    "description": "Text update made easy",
    "version": "2.3.0",
    "browser_action": {
        "default_icon": "dist\/img\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content_script.js"
            ],
            "css": [
                "dist\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "icons": {
        "128": "dist\/img\/128.png"
    },
    "web_accessible_resources": [
        "dist\/img\/loading.gif"
    ]
}