Magic tabs
Extension which help you to manage tabs and easly recover them
Magic tabsคืออะไร?
Magic tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yorki และคุณลักษณะหลักของมันคือ "Extension which help you to manage tabs and easly recover them"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic tabs
ดาวน์โหลดไฟล์ส่วนขยาย Magic tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Magic tabs allow you to save tabs, label them and recover later!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | chliaibldakdhjaimgjpabheepadccfm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm |
คำอธิบาย | Extension which help you to manage tabs and easly recover them |
ขนาดไฟล์ | 649 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-12-16 |
วันที่เผยแพร่ | 2015-12-16 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Yorki |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | pl |
manifest.json | |
{ "manifest_version": 2, "background": { "scripts": [ "library\/jquery.min.js", "background\/background.js" ] }, "browser_action": { "default_icon": "images\/48.png", "default_popup": "popup\/popup.html" }, "content_scripts": [], "description": "Extension which help you to manage tabs and easly recover them", "icons": { "128": "images\/logo.png", "48": "images\/48.png" }, "name": "Magic tabs", "permissions": [ "tabs", "storage", "sessions" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [] } |