Tab Focused
Stashes all tabs in currently opened window to a named clipboard.
Tab Focusedคืออะไร?
Tab Focused เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metacode.biz และคุณลักษณะหลักของมันคือ "Stashes all tabs in currently opened window to a named clipboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Focused
ดาวน์โหลดไฟล์ส่วนขยาย Tab Focused ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Focused helps you control myriad of opened browser tabs by hiding those that are unnecessary at the moment. Click on the tab icon on the toolbar and type a name for your clipboard under which tabs are to be saved. When you click "Stash bookmarks" the current window will be closed and all tabs will be transferred to the stash. When you open a new Chrome window and click on the tab icon again you will see the stash that you have just created. When you click on it all the tabs from the stash will be opened in a new window. Send suggestions and bug reports to [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Focused |
ID | mhdljapdjjfoeafbcldiajggppjomeno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-focused/mhdljapdjjfoeafbcldiajggppjomeno |
คำอธิบาย | Stashes all tabs in currently opened window to a named clipboard. |
ขนาดไฟล์ | 14.09 KB |
จำนวนการติดตั้ง | 175 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-10-14 |
วันที่เผยแพร่ | 2013-10-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://metacode.biz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://metacode.biz/privacy/policy |
ภาษาที่รองรับ | en,pl |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Focused", "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon20.png" }, "description": "__MSG_appDesc__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs" ], "version": "1.1" } |