Stash

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

Hvad er Stash?

Stash er en Chrome-udvidelse udviklet af Léon, og dens hovedfunktion er "Too many tabs? With Stash, batch save, quickly stash, easily recover.".

Udvidelsesskærmbilleder

screenshot

Download Stash-udvidelses-CRX-fil

Download Stash-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Stash Stash
ID cacanmllkminddbhckmepccebmhnglnj
Officiel URL https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj
Beskrivelse Too many tabs? With Stash, batch save, quickly stash, easily recover.
Filstørrelse 192 KB
Antal Installationer 1,673
Nuværende Version 0.2.5
Senest Opdateret 2018-06-30
Udgivelsesdato 2018-06-29
Bedømmelse 5.00/5 Samlet 17 Bedømmelser
Udvikler Léon
Betalingsmetode free
Understøttede Sprog 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"
    ]
}