TabHamster

Session manager and tabs saver. With sync

TabHamsterคืออะไร?

TabHamster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mykhailo Onikiienko และคุณลักษณะหลักของมันคือ "Session manager and tabs saver. With sync"

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

screenshot
screenshot

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

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

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

                        ► Save open tabs in the group.
	✓ Tab Groups are stored in the sync Chrome storage. Sign in to browser to get them on other PC.
	✓ Assign a group name.
	✓ Edit, add new tabs, delete, move the group from the list.

► Session Manager provides quick and convenient access to the latest browser sessions.
	✓ Access to the currently open (and earlier) browser session.
	✓ Rapid recovery of any session in one click.
	✓! Sessions are not synchronized.


☀ Tips:
	● To quickly save all open tabs in a group, open the extension window and press "ENTER". Later, you can edit the name of the group.
	● "Ctrl + click" on group name (or session) - open tabs in a new window.


Tab Hamster source code: https://github.com/onikienko/TabHamster                    

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

ชื่อ TabHamster TabHamster
ID mkfjjmjmnplabnplceaekkjcmdddokee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabhamster/mkfjjmjmnplabnplceaekkjcmdddokee
คำอธิบาย Session manager and tabs saver. With sync
ขนาดไฟล์ 65.33 KB
จำนวนการติดตั้ง 6,096
เวอร์ชันปัจจุบัน 0.2.10
อัปเดตครั้งล่าสุด 2015-12-08
วันที่เผยแพร่ 2015-12-08
คะแนน 4.18/5 รวมทั้งหมด 92 คะแนน
ผู้พัฒนา Mykhailo Onikiienko
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://onikienko.github.io/browser-extensions/privacy-policy
ภาษาที่รองรับ en,fr,es,hu,sr,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "0.2.10",
    "manifest_version": 2,
    "author": "Mykhailo Onikiienko",
    "minimum_chrome_version": "25",
    "default_locale": "en",
    "icons": {
        "16": "img\/ext_icons\/16.png",
        "48": "img\/ext_icons\/48.png",
        "128": "img\/ext_icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ext_icons\/19.png",
            "38": "img\/ext_icons\/38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/storage.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}