Binder
Save commonly used sets of tabs and quickly open them all at once.
Binderคืออะไร?
Binder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jae Kwak และคุณลักษณะหลักของมันคือ "Save commonly used sets of tabs and quickly open them all at once."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Binder
ดาวน์โหลดไฟล์ส่วนขยาย Binder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click on the Binder icon in the Chrome window to open the manager and begin creating and editing profiles. Binder uses an intuitive drag and drop system to make it quick and easy to create your tab sets. Rename and reorder profiles based on your liking. Choose which tabs to open as pinned tabs and whether they open in a new window. If you're lost, click on the "Help" button in the upper righthand corner of the manager for detailed information on how Binder is used.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Binder |
ID | ogmaciclacokfalhnogjiikfaaoppjch |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/binder/ogmaciclacokfalhnogjiikfaaoppjch |
คำอธิบาย | Save commonly used sets of tabs and quickly open them all at once. |
ขนาดไฟล์ | 24.26 KB |
จำนวนการติดตั้ง | 82 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2018-01-12 |
วันที่เผยแพร่ | 2018-01-12 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Jae Kwak |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binder", "description": "Save commonly used sets of tabs and quickly open them all at once.", "version": "1.0.2", "icons": { "64": "Images\/icon64x64.png" }, "options_page": "manager.html", "browser_action": { "default_icon": "Images\/icon64x64.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "omnibox": { "keyword": "binder" }, "permissions": [ "storage", "tabs", "windows", "bookmarks" ] } |