When was this website published?
Find out when the webpage you currently browse was created
When was this website published? क्या है?
When was this website published? Sebastian Pältz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out when the webpage you currently browse was created"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में When was this website published? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do you know this feeling ... you're browsing the web, maybe read an article or a blogpost ... and there is nowhere to be found when the article was published, it might be totally outdated. Simply click the icon and this extension will tell you as accurate as possible: ======= When was the website that I'm currently visiting created? ======= NOTE: Since this extension is using the Wayback machine which crawls the ENTIRE web, accuracy and availability are lacking sometimes.
एक्सटेंशन की मूल जानकारी
नाम | When was this website published? |
ID | ippcpkdkcjdghdnodahajpjdolfibjon |
आधिकारिक URL | https://chromewebstore.google.com/detail/when-was-this-website-pub/ippcpkdkcjdghdnodahajpjdolfibjon |
विवरण | Find out when the webpage you currently browse was created |
फ़ाइल का आकार | 12.08 KB |
स्थापना संख्या | 4,636 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2015-06-22 |
प्रकाशन तिथि | 2015-06-22 |
रेटिंग | 4.73/5 कुल 15 रेटिंग्स |
डेवलपर | Sebastian Pältz |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "When was this website published?", "description": "Find out when the webpage you currently browse was created", "version": "1.0.0", "browser_action": { "default_icon": { "19": "images\/icon19x19.png", "38": "images\/icon38x38.png" }, "default_title": "When was this website published", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16x16.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" }, "permissions": [ "http:\/\/web.archive.org\/", "tabs" ], "manifest_version": 2 } |