Wwwyzzerdd for Wikidata
Edit Wikidata From Wikipedia!
Wwwyzzerdd for Wikidata란 무엇입니까?
Wwwyzzerdd for Wikidata은(는) derenrich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit Wikidata From Wikipedia!"입니다.
확장 프로그램 스크린샷
Wwwyzzerdd for Wikidata 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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}" } } } |