Box for tabs
This extension saves tabs for someday you need them.
Co to jest Box for tabs?
Box for tabs to rozszerzenie Chrome opracowane przez https://lrednight.com, a jego główną funkcją jest „This extension saves tabs for someday you need them.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Box for tabs
Pobierz pliki rozszerzeń Box for tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Have you opened a lot of tabs and didn't have time to finish them before you have to close your computer? Use this extension to save tabs and reopen them whenever you want. You can also export your data and restore your tab boxes from a backup file. Key features: - Bookmark manager - Material design
Podstawowe informacje o rozszerzeniu
Nazwa | Box for tabs |
ID | llinjdlelnciefmjflikdndckffeohho |
Oficjalny URL | https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho |
Opis | This extension saves tabs for someday you need them. |
Rozmiar pliku | 2.15 MB |
Liczba instalacji | 19 |
Aktualna Wersja | 0.9.2 |
Ostatnia Aktualizacja | 2015-04-23 |
Data Publikacji | 2015-04-23 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | https://lrednight.com |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Box for tabs", "description": "This extension saves tabs for someday you need them.", "version": "0.9.2", "browser_action": { "default_popup": "popup.build.html" }, "permissions": [ "tabs", "contextMenus", "unlimitedStorage" ], "icons": { "16": "imgs\/logo.38.png", "19": "imgs\/logo.38.png", "38": "imgs\/logo.38.png", "128": "imgs\/logo.128.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "index.build.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |