Entity Explosion
Discover links and information about the same topic on other sites. Data live from Wikidata.
Entity Explosion란 무엇입니까?
Entity Explosion은(는) u99of9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover links and information about the same topic on other sites. Data live from Wikidata."입니다.
확장 프로그램 스크린샷
Entity Explosion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Say you're on a webpage about a particular thing ("entity"). Click on Entity Explosion to get information about that entity, and an explosion of links to other sites about that same entity. Even before you click, the icon will light up red if the URL you are on matches a set of formats for which information may be available. Once you click, it will either turn green if it can find information, or black if it can't. The data provided is sourced from Wikidata, via the Wikidata Query Service, a site run by the Wikimedia Foundation. Entity Explosion is not endorsed by or affiliated with the Wikimedia Foundation. The URL and language (only) will only be sent out as a part of a query when you click the extension, so your browsing privacy is protected. Some big sites it works on include: Wikipedia, Spotify, YouTube, Twitter, IMDB, iNaturalist, PubMed, VIAF, Facebook, Instagram, GBIF, and GeoNames, but in total there are over 5000 connected sites including libraries, galleries, museums, archives. This extension is in development, so you can expect occasional changes. I would welcome feedback at https://www.wikidata.org/wiki/Wikidata:Entity_Explosion
확장 프로그램 기본 정보
이름 | Entity Explosion |
ID | bbcffeclligkmfiocanodamdjclgejcn |
공식 URL | https://chromewebstore.google.com/detail/entity-explosion/bbcffeclligkmfiocanodamdjclgejcn |
설명 | Discover links and information about the same topic on other sites. Data live from Wikidata. |
파일 크기 | 136 KB |
설치 횟수 | 1,009 |
현재 버전 | 0.9.3 |
최근 업데이트 | 2023-05-26 |
출시 날짜 | 2020-08-13 |
평점 | 4.72/5 총 18 개의 평점 |
개발자 | u99of9 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.wikidata.org/wiki/Wikidata:Entity_Explosion |
도움말 페이지 URL | https://www.wikidata.org/wiki/Wikidata:Entity_Explosion |
개인정보 보호 정책 페이지 URL | https://github.com/99of9/Entity-Explosion/wiki/Privacy-Policy-for-the-Chrome-Browser-Extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Entity Explosion", "version": "0.9.3", "description": "Discover links and information about the same topic on other sites. Data live from Wikidata.", "icons": { "38": "EE-grey-38.png" }, "action": { "default_popup": "popup.html", "default_title": "Entity Explosion" }, "background": { "service_worker": "background.js" }, "content_scripts": [], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/commons.wikimedia.org\/w\/api.php", "https:\/\/species.wikimedia.org\/w\/api.php", "https:\/\/*.wikipedia.org\/w\/api.php", "https:\/\/*.wikibooks.org\/w\/api.php", "https:\/\/*.wikinews.org\/w\/api.php", "https:\/\/*.wikiquote.org\/w\/api.php", "https:\/\/*.wikisource.org\/w\/api.php", "https:\/\/*.wikiversity.org\/w\/api.php", "https:\/\/*.wikivoyage.org\/w\/api.php", "https:\/\/*.wiktionary.org\/w\/api.php", "https:\/\/wikidata.org\/w\/api.php" ] } |