Restorify - Restore Closed Tab
Chrome Extension to restore your closed tabs in Google Chrome Browser
Что такое Restorify - Restore Closed Tab?
Restorify - Restore Closed Tab - это расширение Chrome, разработанное ebay-results, и его основная функция - "Chrome Extension to restore your closed tabs in Google Chrome Browser".
Снимки экрана расширения
Скачать файл CRX расширения Restorify - Restore Closed Tab
Скачайте файлы расширений Restorify - Restore Closed Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
"Restorify" - Chrome extension than opens your last closed tab on a single click. How to use: 1. Right-click anywhere on the page. 2. Click on "Restore closed tabs". 3. Your last closed tab will automatically re-opens.
Основная информация о расширении
Название | Restorify - Restore Closed Tab |
ID | afllakjafbginmndikjdfmofippegmbf |
Официальный URL | https://chromewebstore.google.com/detail/restorify-restore-closed/afllakjafbginmndikjdfmofippegmbf |
Описание | Chrome Extension to restore your closed tabs in Google Chrome Browser |
Размер файла | 78.32 KB |
Количество установок | 103 |
Текущая Версия | 1.1 |
Последнее Обновление | 2020-02-03 |
Дата публикации | 2020-02-02 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | ebay-results |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Restorify - Restore Closed Tab", "description": "Chrome Extension to restore your closed tabs in Google Chrome Browser", "version": "1.1", "background": { "scripts": [ "res\/js\/chromeBox.js", "contextMenus.js" ], "persistent": true }, "browser_action": { "default_icon": "\/res\/images\/16x16.png", "default_popup": "popup.html", "default_title": "Restorify - Restore Closed Tab" }, "icons": { "128": "res\/images\/128x128.png", "48": "res\/images\/48x48.png", "16": "res\/images\/16x16.png" }, "permissions": [ "contextMenus", "sessions" ] } |