Overblog Notifications
Get your Overblog notifications in your toolbar
Vad är Overblog Notifications?
Overblog Notifications är en Chrome-tillägg utvecklad av http://admin.over-blog-kiwi.com, och dess huvudfunktion är "Get your Overblog notifications in your toolbar".
Tilläggsskärmbilder
Ladda ner Overblog Notifications-förlängningens CRX-fil
Ladda ner Overblog Notifications-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
Display the number of unread notification from your OverBlog account in your toolbar and open a popup to read them all.
Grundläggande Information om Tillägg
Namn | |
ID | ejbbfammdbcikdhinnmchidafbnleogo |
Officiell webbadress | https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo |
Beskrivning | Get your Overblog notifications in your toolbar |
Filstorlek | 13.08 KB |
Antal Installationer | 16 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2013-06-19 |
Publiceringsdatum | 2013-06-19 |
Betyg | 2.00/5 Totalt 1 Betyg |
Utvecklare | http://admin.over-blog-kiwi.com |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "notifications.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Overblog" }, "description": "Get your Overblog notifications in your toolbar", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Overblog Notifications", "permissions": [ "http:\/\/admin.over-blog-kiwi.com\/" ], "version": "0.1" } |