Wayback
Go to the Internet Archive version of this site
Что такое Wayback?
Wayback - это расширение Chrome, разработанное Nickelberry, и его основная функция - "Go to the Internet Archive version of this site".
Снимки экрана расширения
Скачать файл CRX расширения Wayback
Скачайте файлы расширений Wayback в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page. Основная информация о расширении
| Название | |
| ID | mlejbifafhaiaeioklpmhgodeonlcajh |
| Официальный URL | https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh |
| Описание | Go to the Internet Archive version of this site |
| Размер файла | 11.71 KB |
| Количество установок | 21 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2021-06-21 |
| Дата публикации | 2021-06-06 |
| Разработчик | Nickelberry |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wayback",
"description": "Go to the Internet Archive version of this site",
"version": "1.2",
"manifest_version": 3,
"permissions": [
"activeTab"
],
"action": {
"default_title": "Check the archive"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
}
} | |