PopOut
Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.
PopOutคืออะไร?
PopOut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PopOut
ดาวน์โหลดไฟล์ส่วนขยาย PopOut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
PopOut
======
A tiny chrome extension that adds a 'Pop out tabs to right' button to your menu bar. Click it to move your current tab and all tabs to the right to a new browser window.
Feel free to contact me at http://lpm.io/contact with any questions! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pepmkldcbobcclmpplfpbllopdkipnnd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/popout/pepmkldcbobcclmpplfpbllopdkipnnd |
| คำอธิบาย | Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar. |
| ขนาดไฟล์ | 5.66 KB |
| จำนวนการติดตั้ง | 111 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2014-04-11 |
| วันที่เผยแพร่ | 2014-04-11 |
| คะแนน | 3.86/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | Unknown |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PopOut",
"short_name": "PopOut",
"version": "1.0",
"description": "Quickly move a group of tabs into a new window. PopOut adds a 'Pop out tabs to right' button to your menu bar.",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Pop out tabs to right"
}
} | |