Wayback Machine Playback Machine
Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page.
Wayback Machine Playback Machine क्या है?
Wayback Machine Playback Machine quigley.james.g द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wayback Machine Playback Machine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have you ever been on a webpage and realized it has changed from what it used to be? Ever wondered to yourself, "How could I go back in time and see how this page used to be?" The Internet Archive's Wayback Machine (https://archive.org/web/) is a massive repository of snapshots of web pages over time. It provides a way to do just the kind of time-travel you have always longed for. But it is annoying to have to navigate to https://archive.org/web/ and then paste in the URL of the website you're interested in searching for. This extension enables you to do just that in one click!
एक्सटेंशन की मूल जानकारी
नाम | Wayback Machine Playback Machine |
ID | nianblhocpljjmegmkdelbhfihmlglpf |
आधिकारिक URL | https://chromewebstore.google.com/detail/wayback-machine-playback/nianblhocpljjmegmkdelbhfihmlglpf |
विवरण | Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page. |
फ़ाइल का आकार | 2.23 MB |
स्थापना संख्या | 1,014 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2024-02-06 |
प्रकाशन तिथि | 2019-02-14 |
डेवलपर | quigley.james.g |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wayback Machine Playback Machine", "version": "1.0.0", "description": "Navigate from a given page to the Internet Archive's Wayback Machine calendar for that page.", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "action": [], "icons": { "16": "images\/wayback_machine_calendar_16.png", "32": "images\/wayback_machine_calendar_32.png", "48": "images\/wayback_machine_calendar_48.png", "128": "images\/wayback_machine_calendar_128.png" }, "manifest_version": 3 } |