Sexy Undo Close Tab
Accidentally closed your last tab? Tired of losing tabs in Incognito? Don't worry, everything is possible with this sexy extension!
Sexy Undo Close Tabคืออะไร?
Sexy Undo Close Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย J K และคุณลักษณะหลักของมันคือ "Accidentally closed your last tab? Tired of losing tabs in Incognito? Don't worry, everything is possible with this sexy extension!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sexy Undo Close Tab
ดาวน์โหลดไฟล์ส่วนขยาย Sexy Undo Close Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's sweet and sexy so enjoy ! :D Don't forget to rate ;) You can also use it inside incognito mode by ticking the "Allow this extension to run in incognito" box in the Extensions manager, a real lifesaver ! Now with delete function you can easily delete any pages you want whenever you want =) This thing acts like a mini-history manager, enable Save closed tabs feature and it'll save up those closed tabs ! Want to get back that tab you opened last month? No problem ! It'll still be there ! Version History Update v7.4.x: Remembering tabs after browser crash. Double-clicking the icon works again. Fixed Ctrl+Z conflict for Polish users. OS X blank popup bug fixed. Update v7.2.x: Ordering fixed. Works with pre-rendered tabs. Update v7.1.0: Multiple Tab Issue Is Fixed. Update v7.0.6 : Removed all the fancy useless animated effects in the options page and fixed some lame bugs =) Update v7 : - Auto-clearing, no need to worry about clearing everyday anymore, the app will delete the oldest closed tab from the memory ! - Another attempt at Ctrl+Z on Mac fix ( NEED CONFIRMATION ) - Improved and re-optimized the whole code, thus increasing the overall performance - Option to disable the double click feature - Less messy option names ( e.g. instead of 'hide' it is now 'show' ) - A whole new redesigned options page ( did this out of boredom ) - Fixed the badge bug where it wouldn't show number of tabs when Chrome is opened. --------------------------------------------------------------------- My small TODO list , well you know, stuff that will be done later: - Custom undo shortcut option - A better way of reopening last closed tab - Clear can sometimes mess up some stuff - Bigger font size option
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sexy Undo Close Tab |
ID | bcennaiejdjpomgmmohhpgnjlmpcjmbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sexy-undo-close-tab/bcennaiejdjpomgmmohhpgnjlmpcjmbg |
คำอธิบาย | Accidentally closed your last tab? Tired of losing tabs in Incognito? Don't worry, everything is possible with this sexy extension! |
ขนาดไฟล์ | 42.69 KB |
จำนวนการติดตั้ง | 66,344 |
เวอร์ชันปัจจุบัน | 7.5.5.7 |
อัปเดตครั้งล่าสุด | 2018-06-07 |
วันที่เผยแพร่ | 2018-06-07 |
คะแนน | 4.63/5 รวมทั้งหมด 4789 คะแนน |
ผู้พัฒนา | J K |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sexy Undo Close Tab", "version": "7.5.5.7", "description": "Accidentally closed your last tab? Tired of losing tabs in Incognito? Don't worry, everything is possible with this sexy extension!", "background": { "page": "background.html" }, "icons": { "48": "icon.png", "128": "icon-128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Undo closed tabs" }, "permissions": [ "tabs", "unlimitedStorage", "chrome:\/\/favicon\/", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js", "js\/init.js" ], "run_at": "document_start", "all_frames": true } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |