Stample

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

Wat is Stample?

Stample is een Chrome-extensie ontwikkeld door https://stample.com, en de belangrijkste functie is "This extension allows you to add content from the web to your Stample account".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stample

Download Stample-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

                        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.                    

Basisinformatie over de Extensie

Naam Stample Stample
ID lklfljajeedlijndcpjiggknddhiljkm
Officiële URL https://chromewebstore.google.com/detail/stample/lklfljajeedlijndcpjiggknddhiljkm
Beschrijving This extension allows you to add content from the web to your Stample account
Bestandsgrootte 454 KB
Aantal Installaties 710
Huidige Versie 0.5.1
Laatst Bijgewerkt 2022-11-24
Publicatiedatum 2018-05-02
Beoordeling 4.44/5 Totaal 9 Beoordelingen
Ontwikkelaar https://stample.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://stample.com
Ondersteunde Talen 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"
    ]
}