Stash

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

Wat is Stash?

Stash is een Chrome-extensie ontwikkeld door Léon, en de belangrijkste functie is "Too many tabs? With Stash, batch save, quickly stash, easily recover.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stash

Download Stash-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Stash Stash
ID cacanmllkminddbhckmepccebmhnglnj
Officiële URL https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj
Beschrijving Too many tabs? With Stash, batch save, quickly stash, easily recover.
Bestandsgrootte 192 KB
Aantal Installaties 1,673
Huidige Versie 0.2.5
Laatst Bijgewerkt 2018-06-30
Publicatiedatum 2018-06-29
Beoordeling 5.00/5 Totaal 17 Beoordelingen
Ontwikkelaar Léon
Betalingswijze free
Ondersteunde Talen 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"
    ]
}