Downloads Notification
Move your download list from the fat bottom bar to Chrome Notification Center
Vad är Downloads Notification?
Downloads Notification är en Chrome-tillägg utvecklad av ethan, och dess huvudfunktion är "Move your download list from the fat bottom bar to Chrome Notification Center".
Tilläggsskärmbilder
Ladda ner Downloads Notification-förlängningens CRX-fil
Ladda ner Downloads Notification-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Hide the fat Download bar at the bottom of the browser window! This super small extension helps you track your downloads in Chrome Notification Center. This extension asks for only two permissions, "manage your downloads" and "open downloaded files".
Grundläggande Information om Tillägg
Namn | |
ID | anjjjfijgdpgeaiaedajhnpkdalegmih |
Officiell webbadress | https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih |
Beskrivning | Move your download list from the fat bottom bar to Chrome Notification Center |
Filstorlek | 7.16 KB |
Antal Installationer | 1,312 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2014-08-29 |
Publiceringsdatum | 2014-08-29 |
Betyg | 3.81/5 Totalt 32 Betyg |
Utvecklare | ethan |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloads Notification", "description": "Move your download list from the fat bottom bar to Chrome Notification Center", "version": "1.5", "icons": { "128": "icon.png" }, "permissions": [ "downloads", "downloads.shelf", "downloads.open", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |