Tab Store

An environment for tab storage.

Apa itu Tab Store?

Tab Store adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "An environment for tab storage.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Tab Store

Unduh file ekstensi Tab Store 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

                        A toolbar widget that allows you to manage tabs more easily. A new context menu entry allows you to store the currently active tab, and a button displays the currently stored tabs and tab groups.                    

Informasi Dasar Ekstensi

Nama Tab Store Tab Store
ID ceoengfplhhjknejgmkkbdnljebkdomd
URL Resmi https://chromewebstore.google.com/detail/tab-store/ceoengfplhhjknejgmkkbdnljebkdomd
Deskripsi An environment for tab storage.
Ukuran File 18.65 MB
Jumlah Instalasi 40
Versi Saat Ini 0.7.0
Terakhir Diperbarui 2018-02-04
Tanggal Publikasi 2018-02-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Store",
    "version": "0.7.0",
    "description": "An environment for tab storage.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png"
        },
        "default_title": "Tab Store",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "bookmarks"
    ]
}