No Tab Left Behind
This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.
No Tab Left Behindคืออะไร?
No Tab Left Behind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liat Berdugo และคุณลักษณะหลักของมันคือ "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Tab Left Behind
ดาวน์โหลดไฟล์ส่วนขยาย No Tab Left Behind ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Squander your desire to multitask with this Chrome extension that only lets you open one tab at a time. Try to open another, and it will close it. Focus all of your attention on each and every tab you open. Leave no tab behind. And yes, this is an intentional reference to the No Child Left Behind Act that President Bush enacted in 2001. More at http://digikits.ch/ Thanks to Jacob Singh for his programming help.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | No Tab Left Behind |
ID | koabllhfdhmbdgbpbihjlaklejpmdplf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-tab-left-behind/koabllhfdhmbdgbpbihjlaklejpmdplf |
คำอธิบาย | This browser extension only lets you browse the internet, one tab at a time. No tab is left behind. |
ขนาดไฟล์ | 93.74 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2012-11-19 |
วันที่เผยแพร่ | 2012-11-19 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Liat Berdugo |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://digikits.ch/writing-digital-art/no-tab-left-behind/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Tab Left Behind", "description": "This browser extension only lets you browse the internet, one tab at a time. No tab is left behind.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "manifest_version": 2, "homepage_url": "http:\/\/digikits.ch\/writing-digital-art\/no-tab-left-behind\/" } |