Stample

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

Qu'est-ce que Stample ?

Stample est une extension Chrome développée par https://stample.com, et sa fonction principale est "This extension allows you to add content from the web to your Stample account".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stample

Téléchargez les fichiers d'extension Stample au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stample Stample
ID lklfljajeedlijndcpjiggknddhiljkm
URL Officiel https://chromewebstore.google.com/detail/stample/lklfljajeedlijndcpjiggknddhiljkm
Description This extension allows you to add content from the web to your Stample account
Taille du Fichier 454 KB
Nombre d'Installations 710
Version Actuelle 0.5.1
Dernière Mise à Jour 2022-11-24
Date de Publication 2018-05-02
Évaluation 4.44/5 Total 9 Évaluations
Développeur https://stample.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://stample.com
Langues Prises en Charge 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"
    ]
}