Stample

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

什么是Stample?

Stample是由https://stample.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to add content from the web to your Stample account”。

扩展截图

screenshot

下载Stample扩展crx文件

下载Stample扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Stample Stample
ID lklfljajeedlijndcpjiggknddhiljkm
官方URL https://chromewebstore.google.com/detail/stample/lklfljajeedlijndcpjiggknddhiljkm
简介 This extension allows you to add content from the web to your Stample account
文件大小 454 KB
安装次数 710
当前版本 0.5.1
更新时间 2022-11-24
上架时间 2018-05-02
评分 4.44/5 共9次评分
开发者 https://stample.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://stample.com
支持的语言 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"
    ]
}