Open Tabs
Show open tabs
Open Tabsคืออะไร?
Open Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Syl และคุณลักษณะหลักของมันคือ "Show open tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Open Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs Show open tabs: - Go to tab - Close tab - Reload tab - Duplicate tab - Pin/unpin tab - Hide tab The open tabs are updated in real time. Changelog: https://github.com/sylouuu/chrome-open-tabs/releases
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open Tabs |
ID | cepfpldhbcfaklnnldhoaahgliijehap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap |
คำอธิบาย | Show open tabs |
ขนาดไฟล์ | 34.91 KB |
จำนวนการติดตั้ง | 1,226 |
เวอร์ชันปัจจุบัน | 0.3.2 |
อัปเดตครั้งล่าสุด | 2017-06-22 |
วันที่เผยแพร่ | 2017-06-22 |
คะแนน | 3.75/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | Syl |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sylouuu/chrome-open-tabs |
URL หน้าช่วยเหลือ | https://github.com/sylouuu/chrome-open-tabs/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "version": "0.3.2", "description": "Show open tabs", "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_48.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "options_page": "html\/options.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "img\/*.png" ], "permissions": [ "tabs", "storage" ] } |