Stash It

Bookmarks any page to your account at Stash It

Hvad er Stash It?

Stash It er en Chrome-udvidelse udviklet af https://stashit.pw, og dens hovedfunktion er "Bookmarks any page to your account at Stash It".

Udvidelsesskærmbilleder

screenshot

Download Stash It-udvidelses-CRX-fil

Download Stash It-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

                        Stash It is a service that allows you to save any webpage with the click of a button. It's useful for times you don't have time to look at something or just want to come back to it later.

Stash It is a great way to save your favorite articles on the web and we'll even keep a backup for you.                    

Grundlæggende oplysninger om udvidelsen

Navn Stash It Stash It
ID kiampenlggkcbinagaglpcbhbghpdmah
Officiel URL https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah
Beskrivelse Bookmarks any page to your account at Stash It
Filstørrelse 11.28 KB
Antal Installationer 13
Nuværende Version 1.8
Senest Opdateret 2015-09-11
Udgivelsesdato 2015-09-11
Udvikler https://stashit.pw
Betalingsmetode free
Udvidelseswebsted https://stashitt.pw
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stash It",
    "short_name": "Stash It",
    "description": "Bookmarks any page to your account at Stash It",
    "homepage_url": "https:\/\/stashit.pw",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Stash It"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "1.8",
    "manifest_version": 2
}