Stample

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

Stampleคืออะไร?

Stample เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stample.com และคุณลักษณะหลักของมันคือ "This extension allows you to add content from the web to your Stample account"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stample

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}