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开发的Chrome扩展程序,该扩展的主要功能是“Find out when the webpage you currently browse was created”。
扩展截图
下载When was this website published?扩展crx文件
下载When was this website published?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |