Time Travel
Use this extension to easily check how the web page you're visiting looked like in the past.
Что такое Time Travel?
Time Travel - это расширение Chrome, разработанное http://djuptho.com, и его основная функция - "Use this extension to easily check how the web page you're visiting looked like in the past.".
Снимки экрана расширения
Скачать файл CRX расширения Time Travel
Скачайте файлы расширений Time Travel в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The Time Travel extension is a tool for everyone with an interest in internet history. The extension takes you back in time, displaying copies of the web page since the day the web page was created.
Основная информация о расширении
Название | |
ID | nhnpgecjgnmgjgcdimdcaagipimnlefd |
Официальный URL | https://chrome.google.com/webstore/detail/time-travel/nhnpgecjgnmgjgcdimdcaagipimnlefd |
Описание | Use this extension to easily check how the web page you're visiting looked like in the past. |
Размер файла | 26.23 KB |
Количество установок | 635 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-11-04 |
Дата публикации | 2017-11-04 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | http://djuptho.com |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/djuptho/dev_portfolio/tree/master/time_travel |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Travel", "short_name": "A handy tool for all internet users that takes the page back in time", "description": "Use this extension to easily check how the web page you're visiting looked like in the past.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ] } |