Wwwyzzerdd for Wikidata

Edit Wikidata From Wikipedia!

Wwwyzzerdd for Wikidata क्या है?

Wwwyzzerdd for Wikidata derenrich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit Wikidata From Wikipedia!"।

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

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

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

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

                        This extension allows you to edit wikidata from wikipedia and shows you the current wikidata information while browsing wikipedia. You can tag links on the page with any wikidata property and external links are parsed as possible identifiers which can be associated with the wikidata item.

If you choose to use the "Load Suggestions" option then the current page you are on on English Wikipedia is sent to HuggingFace (https://huggingface.co/). You can find their privacy policy at https://huggingface.co/privacy                    

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

नाम Wwwyzzerdd for Wikidata Wwwyzzerdd for Wikidata
ID gfidggfngdnaalpihbdjnfbkfiniookc
आधिकारिक URL https://chromewebstore.google.com/detail/wwwyzzerdd-for-wikidata/gfidggfngdnaalpihbdjnfbkfiniookc
विवरण Edit Wikidata From Wikipedia!
फ़ाइल का आकार 350 KB
स्थापना संख्या 99
वर्तमान संस्करण 0.1.2.2
अंतिम अपडेट 2024-03-02
प्रकाशन तिथि 2021-08-24
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर derenrich
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/derenrich/wwwyzzerdd/
सहायता पृष्ठ URL https://github.com/derenrich/wwwyzzerdd/issues/new
समर्थित भाषाएँ de,en,es,it,ru,iw,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1.2.2",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "wwwyzzerdd-128.08aabfa5.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "Wwwyzzerdd",
        "default_popup": "config.05120529.html",
        "default_icon": "wwwyzzerdd.7394c252.png"
    },
    "options_ui": {
        "browser_style": true,
        "open_in_tab": false,
        "page": "config.05120529.html"
    },
    "commands": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "frontend.f0a13ad8.js"
            ],
            "css": [
                "select.18ce983a.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "event_rules": [],
    "externally_connectable": {
        "matches": []
    },
    "file_browser_handlers": [],
    "file_system_provider_capabilities": {
        "configurable": false,
        "multiple_mounts": false,
        "source": "file"
    },
    "homepage_url": "https:\/\/github.com\/derenrich\/wwwyzzerdd",
    "offline_enabled": false,
    "permissions": [
        "storage",
        "alarms",
        "contextMenus",
        "unlimitedStorage",
        "https:\/\/www.wikidata.org\/*",
        "https:\/\/*.wikipedia.org\/*",
        "https:\/\/*.toolforge.org\/*"
    ],
    "requirements": [],
    "sandbox": [],
    "short_name": "wwwyzzerdd",
    "storage": [],
    "web_accessible_resources": [],
    "background": {
        "scripts": [
            "background.808eeb1c.js"
        ]
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{81937705-39a0-413a-b105-f69b046eeaef}"
        }
    }
}