Edit Mode

Text update made easy

Edit Mode क्या है?

Edit Mode Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Text update made easy"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Edit Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    ]
}