Stash

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

Was ist Stash?

Stash ist eine Chrome-Erweiterung, die von Léon entwickelt wurde, und ihr Hauptmerkmal ist "Too many tabs? With Stash, batch save, quickly stash, easily recover.".

Erweiterungsscreenshots

screenshot

Stash-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stash-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Stash Stash
ID cacanmllkminddbhckmepccebmhnglnj
Offizielle URL https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj
Beschreibung Too many tabs? With Stash, batch save, quickly stash, easily recover.
Dateigröße 192 KB
Installationsanzahl 1,673
Aktuelle Version 0.2.5
Letztes Update 2018-06-30
Veröffentlichungsdatum 2018-06-29
Bewertung 5.00/5 Insgesamt 17 Bewertungen
Entwickler Léon
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}