This Day in History

This extension shows a quick 'This day in history' fact.

This Day in History क्या है?

This Day in History alexbudy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows a quick 'This day in history' fact."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में This Day in History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Full project description here: http://alexbudilovsky.com/projects/tdih/this_day_in_hist.html

See different 'This Day in History' facts for every day of the year with a click of your mouse in the chrome browser - over 6200 historical facts in total.  Facts include famous births and deaths, important historical events in the course of history, triumphant sporting occurrences, breakthrough discoveries, revolutionary laws being passed and overturned, and many more. Have an interesting and engaging conversation starter wherever you are, every single day! Every time you open a new tab, the default new tab will show you a new fact - no need to click the extension in the upper right corner. 

This lightweight extension is very non-intrusive - it sits as an icon in the top right corner of your browser and shows a new fact with a click of the mouse.  You can also scroll forward and back in day, as well as scroll through all the same facts for the same day.

For the more tech-savy, I have ensured that all users get the same facts shown, in the same same randomly shuffled order, using the current day as the seed for shuffling.  Refer to code for details.

Know what happened today, give this extension a try!

I am interested in all feedback, positive and negative. Contact:
Email:   alexbudy [at] gmail.com 
Twitter: @AlexBudilovsky
Website: alexbudilovsky.com
GitHub:  https://github.com/alexbudy/day_in_history_extension/

▀▀▀▀▀▀▀▀▀▀ 
Any rating and review would be really helpful and appreciated! 
▀▀▀▀▀▀▀▀▀▀

Changelog:
1.8 - settings now sync for user

Thanks to myDataMaster.com for providing the free facts, in .sql form.                    

एक्सटेंशन की मूल जानकारी

नाम This Day in History This Day in History
ID ndkaiipoocfphiciaddeacmlaideidhe
आधिकारिक URL https://chromewebstore.google.com/detail/this-day-in-history/ndkaiipoocfphiciaddeacmlaideidhe
विवरण This extension shows a quick 'This day in history' fact.
फ़ाइल का आकार 242 KB
स्थापना संख्या 300
वर्तमान संस्करण 1.8
अंतिम अपडेट 2016-01-25
प्रकाशन तिथि 2016-01-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर alexbudy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.alexbudilovsky.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "This Day in History",
    "description": "This extension shows a quick 'This day in history' fact.",
    "version": "1.8",
    "browser_action": {
        "default_icon": "history.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "history.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html"
}