Stample

This extension allows you to add content from the web to your Stample account

Was ist Stample?

Stample ist eine Chrome-Erweiterung, die von https://stample.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to add content from the web to your Stample account".

Erweiterungsscreenshots

screenshot

Stample-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stample-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

                        Save any webpage to your Stample inbox is just a couple of click. Depending on the type of page, we'll save it as an article or a visual bookmark. Either way, the original page's URL is saved so you can return to it whenever you want.

We'll tell you instantly if the page is already in one of your libraries, to help you avoid duplicating content.                    

Grundlegende Informationen zur Erweiterung

Name Stample Stample
ID lklfljajeedlijndcpjiggknddhiljkm
Offizielle URL https://chromewebstore.google.com/detail/stample/lklfljajeedlijndcpjiggknddhiljkm
Beschreibung This extension allows you to add content from the web to your Stample account
Dateigröße 454 KB
Installationsanzahl 710
Aktuelle Version 0.5.1
Letztes Update 2022-11-24
Veröffentlichungsdatum 2018-05-02
Bewertung 4.44/5 Insgesamt 9 Bewertungen
Entwickler https://stample.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://stample.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stample",
    "version": "0.5.1",
    "author": "Stample dev team",
    "description": "This extension allows you to add content from the web to your Stample account",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "20": "icons\/icon20.png",
        "30": "icons\/icon30.png",
        "32": "icons\/icon32.png",
        "40": "icons\/icon40.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "20": "icons\/icon20.png",
            "30": "icons\/icon30.png",
            "32": "icons\/icon32.png",
            "40": "icons\/icon40.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Stample",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "activeTab"
    ]
}