Save Tabs

Saves open tabs to the bookmarks for easy sync and for saving memory

Save Tabsคืออะไร?

Save Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NSD และคุณลักษณะหลักของมันคือ "Saves open tabs to the bookmarks for easy sync and for saving memory"

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

screenshot
screenshot

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

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

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

                        This extension saves open tabs to the bookmarks for easy sync and for saving memory                    

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

ชื่อ Save Tabs Save Tabs
ID jnnkhocfnekiikbiilndmhoamjfhgbog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-tabs/jnnkhocfnekiikbiilndmhoamjfhgbog
คำอธิบาย Saves open tabs to the bookmarks for easy sync and for saving memory
ขนาดไฟล์ 7.11 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2015-11-23
วันที่เผยแพร่ 2015-11-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา NSD
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Tabs",
    "version": "0.2",
    "description": "Saves open tabs to the bookmarks for easy sync and for saving memory",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Save Tabs",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}