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”。

擴展截圖

screenshot

下載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? When was this website published?
ID ippcpkdkcjdghdnodahajpjdolfibjon
官方網址 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
}