Time Travel

Use this extension to easily check how the web page you're visiting looked like in the past.

Time Travel क्या है?

Time Travel http://djuptho.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this extension to easily check how the web page you're visiting looked like in the past."।

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

screenshot

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

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

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

                        The Time Travel extension is a tool for everyone with an interest in internet history. 
The extension takes you back in time, displaying copies of the web page since the day the web page was created.                    

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

नाम Time Travel Time Travel
ID nhnpgecjgnmgjgcdimdcaagipimnlefd
आधिकारिक URL https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd
विवरण Use this extension to easily check how the web page you're visiting looked like in the past.
फ़ाइल का आकार 26.23 KB
स्थापना संख्या 635
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-11-04
प्रकाशन तिथि 2017-11-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://djuptho.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/djuptho/dev_portfolio/tree/master/time_travel
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Travel",
    "short_name": "A handy tool for all internet users that takes the page back in time",
    "description": "Use this extension to easily check how the web page you're visiting looked like in the past.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}