Stample

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

Apa itu Stample?

Stample adalah ekstensi Chrome yang dikembangkan oleh https://stample.com, dan fitur utamanya adalah "This extension allows you to add content from the web to your Stample account".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stample

Unduh file ekstensi Stample dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Stample Stample
ID lklfljajeedlijndcpjiggknddhiljkm
URL Resmi https://chromewebstore.google.com/detail/stample/lklfljajeedlijndcpjiggknddhiljkm
Deskripsi This extension allows you to add content from the web to your Stample account
Ukuran File 454 KB
Jumlah Instalasi 710
Versi Saat Ini 0.5.1
Terakhir Diperbarui 2022-11-24
Tanggal Publikasi 2018-05-02
Penilaian 4.44/5 Total 9 Penilaian
Pengembang https://stample.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://stample.com
Bahasa yang Didukung 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"
    ]
}