Universal Edit Button

Show a button for editable web pages and wikis

Universal Edit Button क्या है?

Universal Edit Button splitbrain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show a button for editable web pages and wikis"।

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

screenshot

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

crx प्रारूप में Universal Edit Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Using this extension, an pen icon will appear in the address bar (Firefox) or Toolbar (Chrome) (similar to the RSS auto-discovery button) when you visit a wiki website that allows you to edit the page.

This works on popular sites like Wikipedia, AboutUs.com, wikiHow and Wikia and also on most of the major wikis including MediaWiki, DokuWiki, TWiki, PHPWiki, MoinMoin and many more.

You can learn more about the idea behind this extension at universaleditbutton.org                    

एक्सटेंशन की मूल जानकारी

नाम Universal Edit Button Universal Edit Button
ID cemmddlaedjfnndijimmacgkeclafead
आधिकारिक URL https://chromewebstore.google.com/detail/universal-edit-button/cemmddlaedjfnndijimmacgkeclafead
विवरण Show a button for editable web pages and wikis
फ़ाइल का आकार 19.95 KB
स्थापना संख्या 45
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2017-03-20
प्रकाशन तिथि 2017-03-20
डेवलपर splitbrain
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://universaleditbutton.org
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Universal Edit Button",
    "description": "Show a button for editable web pages and wikis",
    "version": "2.0.1",
    "author": "Andreas Gohr",
    "homepage_url": "http:\/\/universaleditbutton.org",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "16": "skin\/wiki-16.png",
            "19": "skin\/wiki-19.png",
            "24": "skin\/wiki-24.png",
            "32": "skin\/wiki-32.png",
            "38": "skin\/wiki-38.png",
            "48": "skin\/wiki-48.png"
        },
        "default_title": ""
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "skin\/wiki-16.png",
        "24": "skin\/wiki-24.png",
        "32": "skin\/wiki-32.png",
        "48": "skin\/wiki-48.png",
        "96": "skin\/wiki-96.png",
        "128": "skin\/wiki-128.png"
    }
}