Stash It
Bookmarks any page to your account at Stash It
Was ist Stash It?
Stash It ist eine Chrome-Erweiterung, die von https://stashit.pw entwickelt wurde, und ihr Hauptmerkmal ist "Bookmarks any page to your account at Stash It".
Erweiterungsscreenshots
Stash It-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stash It-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
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | kiampenlggkcbinagaglpcbhbghpdmah | 
| Offizielle URL | https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah | 
| Beschreibung | Bookmarks any page to your account at Stash It | 
| Dateigröße | 11.28 KB | 
| Installationsanzahl | 13 | 
| Aktuelle Version | 1.8 | 
| Letztes Update | 2015-09-11 | 
| Veröffentlichungsdatum | 2015-09-11 | 
| Entwickler | https://stashit.pw | 
| Zahlungsart | free | 
| Erweiterungswebsite | https://stashitt.pw | 
| Unterstützte Sprachen | 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
}  |  |