Did You Know?
Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page
Was ist Did You Know??
Did You Know? ist eine Chrome-Erweiterung, die von http://mythical5th.com entwickelt wurde, und ihr Hauptmerkmal ist "Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page".
Erweiterungsscreenshots
Did You Know?-Erweiterungs-CRX-Datei herunterladen
Laden Sie Did You Know?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Open the popup to see a carousel of interesting facts, events from this day in history, and funny or inspiring quotes, all sourced from Wikipedia, Infogalactic and The Quotations Page. This extension is not affiliated with Wikipedia (wikipedia.org), Infogalactic (infogalactic.com) or The Quotations Page (quotationspage.com). The lightbulb icon and other icons in this extension are in the public domain and available from http://paomedia.github.io/small-n-flat/
Grundlegende Informationen zur Erweiterung
Name | |
ID | dghgjicjklnmemncljoiocfpffkabmha |
Offizielle URL | https://chrome.google.com/webstore/detail/did-you-know/dghgjicjklnmemncljoiocfpffkabmha |
Beschreibung | Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page |
Dateigröße | 454 KB |
Installationsanzahl | 54 |
Aktuelle Version | 1.7.3 |
Letztes Update | 2024-02-10 |
Veröffentlichungsdatum | 2019-04-12 |
Entwickler | http://mythical5th.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://mythical5th.com/policies/chromeWebStore.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "short_name": "DidYouKnow", "version": "1.7.3", "manifest_version": 3, "default_locale": "en", "incognito": "split", "icons": { "16": "icons\/light-bulb16.png", "19": "icons\/light-bulb19.png", "32": "icons\/light-bulb32.png", "38": "icons\/light-bulb38.png", "48": "icons\/light-bulb48.png", "128": "icons\/light-bulb128.png" }, "permissions": [ "contextMenus", "storage", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*.wikipedia.org\/", "https:\/\/*.wikipedia.org\/", "http:\/\/*.infogalactic.com\/", "https:\/\/*.infogalactic.com\/", "http:\/\/*.quotationspage.com\/", "https:\/\/*.quotationspage.com\/" ], "action": { "default_title": "__MSG_extName__", "default_popup": "html\/popup.html" }, "background": { "service_worker": "sw.js" } } |