Stash It

Bookmarks any page to your account at Stash It

Stash Itคืออะไร?

Stash It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://stashit.pw และคุณลักษณะหลักของมันคือ "Bookmarks any page to your account at Stash It"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Stash It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Stash It is a service that allows you to save any webpage with the click of a button. It's useful for times you don't have time to look at something or just want to come back to it later.

Stash It is a great way to save your favorite articles on the web and we'll even keep a backup for you.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stash It Stash It
ID kiampenlggkcbinagaglpcbhbghpdmah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah
คำอธิบาย Bookmarks any page to your account at Stash It
ขนาดไฟล์ 11.28 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2015-09-11
วันที่เผยแพร่ 2015-09-11
ผู้พัฒนา https://stashit.pw
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://stashitt.pw
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stash It",
    "short_name": "Stash It",
    "description": "Bookmarks any page to your account at Stash It",
    "homepage_url": "https:\/\/stashit.pw",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Stash It"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "version": "1.8",
    "manifest_version": 2
}