Stample

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

Stample là gì?

Stample là một tiện ích mở rộng Chrome được phát triển bởi https://stample.com, và tính năng chính của nó là "This extension allows you to add content from the web to your Stample account".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stample

Tải xuống các tệp mở rộng Stample dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stample Stample
ID lklfljajeedlijndcpjiggknddhiljkm
URL Chính Thức https://chromewebstore.google.com/detail/stample/lklfljajeedlijndcpjiggknddhiljkm
Mô tả This extension allows you to add content from the web to your Stample account
Kích Thước Tệp 454 KB
Số Lần Cài Đặt 710
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2022-11-24
Ngày Phát Hành 2018-05-02
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://stample.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://stample.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}