Sessions for Google Chrome™
Compile your tabs into Sessions.
Sessions for Google Chrome™คืออะไร?
Sessions for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bulletblue และคุณลักษณะหลักของมันคือ "Compile your tabs into Sessions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sessions for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย Sessions for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sessions for Google Chrome™ allows you to save all tabs in your current window into a single session for recalling later. If you've got a bunch of tabs open, all related to a single focus, you can shelve the session and close the tabs or entire window, and single-click to restore it. Sessions are shared across any machine signed into the same Google account.
Tabs will open in current window by default or optionally in a new window. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
| คำอธิบาย | Compile your tabs into Sessions. |
| ขนาดไฟล์ | 727 KB |
| จำนวนการติดตั้ง | 1,166 |
| เวอร์ชันปัจจุบัน | 1.2.1 |
| อัปเดตครั้งล่าสุด | 2016-04-16 |
| วันที่เผยแพร่ | 2016-04-16 |
| คะแนน | 3.57/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | bulletblue |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sessions for Google Chrome\u2122",
"short_name": "Sessions",
"version": "1.2.1",
"description": "Compile your tabs into Sessions.",
"permissions": [
"tabs",
"storage"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon19.png",
"default_popup": "popup.html"
}
} | |