Recently Closed
View and restore recently closed Tabs and Windows
Что такое Recently Closed?
Recently Closed - это расширение Chrome, разработанное https://mythical5th.com, и его основная функция - "View and restore recently closed Tabs and Windows".
Снимки экрана расширения
Скачать файл CRX расширения Recently Closed
Скачайте файлы расширений Recently Closed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A page for Recently Closed Tabs, following the design of the History and Downloads pages. Click a Tab or Window to restore it.
Keyboard shortcut: Alt+Z.
To change the shortcut, paste this into the address bar: chrome://extensions/shortcuts
The Trashcan and Window icons in this extension, as well as icons in promotional images, are in the public domain and available from http://paomedia.github.io/small-n-flat/ Основная информация о расширении
| Название | |
| ID | khiocfdofmabcpofejbffpbocoabcjib |
| Официальный URL | https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib |
| Описание | View and restore recently closed Tabs and Windows |
| Размер файла | 162 KB |
| Количество установок | 3,899 |
| Текущая Версия | 3.1 |
| Последнее Обновление | 2024-02-10 |
| Дата публикации | 2020-07-04 |
| Рейтинг | 4.32/5 Всего 19 оценок |
| Разработчик | https://mythical5th.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | http://mythical5th.com/policies/chromeWebStore.html |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"short_name": "RecentTabs",
"version": "3.1",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"tabs",
"sessions",
"favicon"
],
"background": {
"service_worker": "sw.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Z"
}
}
},
"action": {
"default_title": "__MSG_extName__"
}
} | |