Overblog Notifications
Get your Overblog notifications in your toolbar
Hvad er Overblog Notifications?
Overblog Notifications er en Chrome-udvidelse udviklet af http://admin.over-blog-kiwi.com, og dens hovedfunktion er "Get your Overblog notifications in your toolbar".
Udvidelsesskærmbilleder
Download Overblog Notifications-udvidelses-CRX-fil
Download Overblog Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Display the number of unread notification from your OverBlog account in your toolbar and open a popup to read them all.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ejbbfammdbcikdhinnmchidafbnleogo |
Officiel URL | https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo |
Beskrivelse | Get your Overblog notifications in your toolbar |
Filstørrelse | 13.08 KB |
Antal Installationer | 16 |
Nuværende Version | 0.1 |
Senest Opdateret | 2013-06-19 |
Udgivelsesdato | 2013-06-19 |
Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
Udvikler | http://admin.over-blog-kiwi.com |
Betalingsmetode | free |
Understøttede Sprog | 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" } |