When was this website published?

Find out when the webpage you currently browse was created

When was this website published? là gì?

When was this website published? là một tiện ích mở rộng Chrome được phát triển bởi Sebastian Pältz, và tính năng chính của nó là "Find out when the webpage you currently browse was created".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng When was this website published?

Tải xuống các tệp mở rộng When was this website published? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên When was this website published? When was this website published?
ID ippcpkdkcjdghdnodahajpjdolfibjon
URL Chính Thức https://chromewebstore.google.com/detail/when-was-this-website-pub/ippcpkdkcjdghdnodahajpjdolfibjon
Mô tả Find out when the webpage you currently browse was created
Kích Thước Tệp 12.08 KB
Số Lần Cài Đặt 4,636
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-06-22
Ngày Phát Hành 2015-06-22
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Sebastian Pältz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}