Box for tabs

This extension saves tabs for someday you need them.

Wat is Box for tabs?

Box for tabs is een Chrome-extensie ontwikkeld door https://lrednight.com, en de belangrijkste functie is "This extension saves tabs for someday you need them.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Box for tabs

Download Box for tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Box for tabs Box for tabs
ID llinjdlelnciefmjflikdndckffeohho
Officiële URL https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho
Beschrijving This extension saves tabs for someday you need them.
Bestandsgrootte 2.15 MB
Aantal Installaties 19
Huidige Versie 0.9.2
Laatst Bijgewerkt 2015-04-23
Publicatiedatum 2015-04-23
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://lrednight.com
Betalingswijze free
Ondersteunde Talen 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'"
}