Wwwyzzerdd for Wikidata

Edit Wikidata From Wikipedia!

什么是Wwwyzzerdd for Wikidata?

Wwwyzzerdd for Wikidata是由derenrich开发的Chrome扩展程序,该扩展的主要功能是“Edit Wikidata From Wikipedia!”。

扩展截图

下载Wwwyzzerdd for Wikidata扩展crx文件

下载Wwwyzzerdd for Wikidata扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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}"
        }
    }
}