Tab Snooze
Snooze tabs to open at a specific time
Tab Snoozeคืออะไร?
Tab Snooze เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ramkumar K R และคุณลักษณะหลักของมันคือ "Snooze tabs to open at a specific time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Snooze
ดาวน์โหลดไฟล์ส่วนขยาย Tab Snooze ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Snooze tabs to open at a specific time in the future. Ex: Open this website after 4 hours. - Click on the icon in the toolbar and select the time when you want to be reminded for the link the current tab. - A notification is shown when a tab is snoozed. - Clicking on the manage snoozed tabs button in the toolbar popup will show a list of links which are snoozed and a button to remove them. - The same list can also be accessed from the sidebar. - When the snoozed time of a tab is up, the tab is opened and a notification is shown. - Tabs which were in incognito when snoozed will be opened in an incognito window when the time is up - Normal tabs which were pinned when snoozed will be pinned when the time is up Some drawbacks - Tabs will always be opened in the background. - Snoozed incognito tabs will always open in a new incognito window even if an incognito window is already present. - A tab which is pinned in incognito and snoozed will not respect the tab pinned status.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Snooze |
ID | palmbjlffnlodcoeibhidnpflgeehndh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-snooze/palmbjlffnlodcoeibhidnpflgeehndh |
คำอธิบาย | Snooze tabs to open at a specific time |
ขนาดไฟล์ | 72.32 KB |
จำนวนการติดตั้ง | 230 |
เวอร์ชันปัจจุบัน | 0.1.5 |
อัปเดตครั้งล่าสุด | 2018-05-02 |
วันที่เผยแพร่ | 2018-05-02 |
คะแนน | 3.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Ramkumar K R |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Snooze", "version": "0.1.5", "author": "Ramkumar K R", "description": "Snooze tabs to open at a specific time", "permissions": [ "tabs", "notifications", "alarms", "storage" ], "browser_action": { "default_icon": "resources\/icon.png", "default_title": "Snooze", "default_popup": "popup\/index.html", "browser_style": true }, "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ] }, "icons": { "48": "resources\/icon.png" }, "options_ui": { "page": "options\/index.html", "open_in_tab": true } } |