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? - это расширение Chrome, разработанное Sebastian Pältz, и его основная функция - "Find out when the webpage you currently browse was created".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения When was this website published?

Скачайте файлы расширений 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
Официальный 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
}