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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}