Stash

Too many tabs? With Stash, batch save, quickly stash, easily recover.

Apa itu Stash?

Stash adalah ekstensi Chrome yang dikembangkan oleh Léon, dan fitur utamanya adalah "Too many tabs? With Stash, batch save, quickly stash, easily recover.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stash

Unduh file ekstensi Stash 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

                        Too many tabs? With Stash, batch save, quickly stash, easily recover.
Stash makes it easier to save your window(tabs). And you can found them on stash list. By clicking the item, the tabs will be recovered.                    

Informasi Dasar Ekstensi

Nama Stash Stash
ID cacanmllkminddbhckmepccebmhnglnj
URL Resmi https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj
Deskripsi Too many tabs? With Stash, batch save, quickly stash, easily recover.
Ukuran File 192 KB
Jumlah Instalasi 1,673
Versi Saat Ini 0.2.5
Terakhir Diperbarui 2018-06-30
Tanggal Publikasi 2018-06-29
Penilaian 5.00/5 Total 17 Penilaian
Pengembang Léon
Tipe Pembayaran free
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2.5",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "16": "images\/logo16.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/logo16.png",
        "default_title": "__MSG_iconTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/key.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs",
        "bookmarks"
    ]
}