Page Load Notifier
Get a notification when a page finishes loading.
Page Load Notifierคืออะไร?
Page Load Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย publisher และคุณลักษณะหลักของมันคือ "Get a notification when a page finishes loading."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Load Notifier
ดาวน์โหลดไฟล์ส่วนขยาย Page Load Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Very useful extension when you need to open pages that take very long to finish loading. With Page Load Notifier you can increase your productivity. You will be able to open pages and do something else. It will show you a visual and sound notification when the page finishes loading. Remember to enable notifications on your Chrome. What's new: 1.1: * Added functionality to play a notification sound when the page finishes loading 1.0.1: * Compressed images to decrease extension package size Permissions explained: * show notifications: the extension need this permission to show you the notification when the page finishes loading. * read your navigation history: the extension need this permission to get the tab title to show in the notification. Known issues/limitations: * if a page has iframes, the extension could show multiple notifications. Terms of Use: All notification sounds by Notification sounds [https://notificationsounds.com/] are licensed under CC BY 4.0 [https://creativecommons.org/licenses/by/4.0/]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Page Load Notifier |
ID | fidgoheifbbkckobaaabdjnjhacnioee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/page-load-notifier/fidgoheifbbkckobaaabdjnjhacnioee |
คำอธิบาย | Get a notification when a page finishes loading. |
ขนาดไฟล์ | 234 KB |
จำนวนการติดตั้ง | 771 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-10-21 |
วันที่เผยแพร่ | 2017-10-20 |
คะแนน | 4.08/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | publisher |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Page Load Notifier", "description": "Get a notification when a page finishes loading.", "permissions": [ "notifications", "webNavigation", "storage", "tabs", "background" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.1", "options_page": "options.html", "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" } }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "offline_enabled": true } |