Overblog Notifications
Get your Overblog notifications in your toolbar
Overblog Notificationsとは何ですか?
Overblog Notificationsはhttp://admin.over-blog-kiwi.comによって開発されたChromeの拡張機能で、その主な機能は「Get your Overblog notifications in your toolbar」です。
拡張機能のスクリーンショット
Overblog Notifications拡張機能のCRXファイルをダウンロード
Overblog Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display the number of unread notification from your OverBlog account in your toolbar and open a popup to read them all.
拡張機能の基本情報
名前 | |
ID | ejbbfammdbcikdhinnmchidafbnleogo |
公式URL | https://chrome.google.com/webstore/detail/overblog-notifications/ejbbfammdbcikdhinnmchidafbnleogo |
説明 | Get your Overblog notifications in your toolbar |
ファイルサイズ | 13.08 KB |
インストール数 | 16 |
現在のバージョン | 0.1 |
最終更新日 | 2013-06-19 |
公開日 | 2013-06-19 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | http://admin.over-blog-kiwi.com |
支払い方法 | free |
対応言語 | 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" } |