Box for tabs

This extension saves tabs for someday you need them.

Apa itu Box for tabs?

Box for tabs adalah ekstensi Chrome yang dikembangkan oleh https://lrednight.com, dan fitur utamanya adalah "This extension saves tabs for someday you need them.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Box for tabs

Unduh file ekstensi Box for tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Box for tabs Box for tabs
ID llinjdlelnciefmjflikdndckffeohho
URL Resmi https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho
Deskripsi This extension saves tabs for someday you need them.
Ukuran File 2.15 MB
Jumlah Instalasi 19
Versi Saat Ini 0.9.2
Terakhir Diperbarui 2015-04-23
Tanggal Publikasi 2015-04-23
Penilaian 2.00/5 Total 1 Penilaian
Pengembang https://lrednight.com
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}