SaveTabs

Save the tabs in your current window to a new, timestamped, bookmarks folder.

SaveTabsคืออะไร?

SaveTabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Dzombak และคุณลักษณะหลักของมันคือ "Save the tabs in your current window to a new, timestamped, bookmarks folder."

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

screenshot

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

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

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

                        Saves the tabs in your current window to a new bookmarks folder, named based on the current date & time.

You can choose where new bookmarks folders are created. To change that setting, just right-click on the SaveTabs button and select "Options".                    

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

ชื่อ SaveTabs SaveTabs
ID ciemojomefnilhnidpjknolhbefbdoie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/savetabs/ciemojomefnilhnidpjknolhbefbdoie
คำอธิบาย Save the tabs in your current window to a new, timestamped, bookmarks folder.
ขนาดไฟล์ 95.11 KB
จำนวนการติดตั้ง 3,455
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2013-11-06
วันที่เผยแพร่ 2013-11-05
คะแนน 4.67/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Chris Dzombak
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/cdzombak/SaveTabs
URL หน้าช่วยเหลือ http://github.com/cdzombak/SaveTabs/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SaveTabs",
    "author": "Chris Dzombak ",
    "manifest_version": 2,
    "version": "0.5",
    "description": "Save the tabs in your current window to a new, timestamped, bookmarks folder.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Save tabs in a new bookmarks folder"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/github.com\/cdzombak\/SaveTabs",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs",
        "alarms"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    }
}