Entity Explosion

Discover links and information about the same topic on other sites. Data live from Wikidata.

Entity Explosion क्या है?

Entity Explosion u99of9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover links and information about the same topic on other sites. Data live from Wikidata."।

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

screenshot
screenshot

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

crx प्रारूप में Entity Explosion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}