Stash

Too many tabs? With Stash, batch save, quickly stash, easily recover.

Stashคืออะไร?

Stash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Léon และคุณลักษณะหลักของมันคือ "Too many tabs? With Stash, batch save, quickly stash, easily recover."

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

screenshot

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

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

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

                        Too many tabs? With Stash, batch save, quickly stash, easily recover.
Stash makes it easier to save your window(tabs). And you can found them on stash list. By clicking the item, the tabs will be recovered.                    

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

ชื่อ Stash Stash
ID cacanmllkminddbhckmepccebmhnglnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj
คำอธิบาย Too many tabs? With Stash, batch save, quickly stash, easily recover.
ขนาดไฟล์ 192 KB
จำนวนการติดตั้ง 1,673
เวอร์ชันปัจจุบัน 0.2.5
อัปเดตครั้งล่าสุด 2018-06-30
วันที่เผยแพร่ 2018-06-29
คะแนน 5.00/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Léon
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2.5",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "16": "images\/logo16.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/logo16.png",
        "default_title": "__MSG_iconTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/key.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs",
        "bookmarks"
    ]
}