Page Load Notifier

Get a notification when a page finishes loading.

Page Load Notifier란 무엇입니까?

Page Load Notifier은(는) publisher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a notification when a page finishes loading."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Page Load Notifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}