Did You Know?
Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page
Did You Know? क्या है?
Did You Know? http://mythical5th.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Did You Know? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dghgjicjklnmemncljoiocfpffkabmha |
आधिकारिक URL | https://chrome.google.com/webstore/detail/did-you-know/dghgjicjklnmemncljoiocfpffkabmha |
विवरण | Daily facts and quotes sourced from Wikipedia, Infogalactic and The Quotations Page |
फ़ाइल का आकार | 454 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.7.3 |
अंतिम अपडेट | 2024-02-10 |
प्रकाशन तिथि | 2019-04-12 |
डेवलपर | http://mythical5th.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | http://mythical5th.com/policies/chromeWebStore.html |
समर्थित भाषाएँ | 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" } } |