Download Notifications
This extension adds notifications for downloads, when complete or interrupted
Download Notificationsとは何ですか?
Download NotificationsはAndré Ferreiraによって開発されたChromeの拡張機能で、その主な機能は「This extension adds notifications for downloads, when complete or interrupted」です。
拡張機能のスクリーンショット
Download Notifications拡張機能のCRXファイルをダウンロード
Download Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This opensource extension adds notification popups for downloads. It does not disable the download shelf. For that I recommend https://chrome.google.com/webstore/detail/download-notifier/gdekiloeocnfnochnkldpkmllmfiaeke The code is licensed under GPLV3 and available at https://github.com/aadfPT/ChromeDownloadNotifications
拡張機能の基本情報
名前 | Download Notifications |
ID | eeffjbbdjlmldkkhdjdfaamgdmolpjpp |
公式URL | https://chromewebstore.google.com/detail/download-notifications/eeffjbbdjlmldkkhdjdfaamgdmolpjpp |
説明 | This extension adds notifications for downloads, when complete or interrupted |
ファイルサイズ | 5.26 KB |
インストール数 | 261 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2014-07-19 |
公開日 | 2014-07-19 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | André Ferreira |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/aadfPT/ChromeDownloadNotifications |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download Notifications", "description": "This extension adds notifications for downloads, when complete or interrupted", "version": "0.0.0.1", "permissions": [ "notifications", "downloads" ], "web_accessible_resources": [ "icon.png" ], "background": { "persistent": false, "scripts": [ "main.js", "bg.js" ] } } |