Web Notifier

Gets data from the internet and shows it in a small popup. Very easy and highly configurable.

Web Notifierとは何ですか?

Web Notifierはnotifierによって開発されたChromeの拡張機能で、その主な機能は「Gets data from the internet and shows it in a small popup. Very easy and highly configurable.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Web Notifier拡張機能のCRXファイルをダウンロード

Web Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Web Notifier extension allows users to be notified periodically about information on the internet. It retrieves data from XML pages or from ordinary HTML pages. The same functionality can be used on Android smartphones (see underneath).

The configuration is done in an intuitive and easy way.

To make it work the following steps are needed :
1° provide the address (URL) to retrieve data from
2° specify the text of the notification containing one or more fields from the internet page
3° choose the execution mode: delta or standard. Delta will only notify when the information has changed
4° choose periodic frequency or specific times

If you have questions, remarks or proposals, feel free to post a message on :
http://122710.forums.motigo.com 

As this is a new extension I'd be happy if you'd add a rating under 'Reviews'.



Free version
You can simply add the free version. That version allows you to retrieve data from one XML page.

The paying full-blown version :
As I've spent quite a lot of time to develop the full-blown version I ask you to pay  a small fee for it.

This paying version provides the following functionalities (Since 15th of May 2012):

  - XML selector logic to determine the data in the XML (cfr. http://www.w3.org/TR/CSS21/selector.html#x4 )
  - extra checks and manipulations on the retrieved data using javascript
  - data retrieval from multiple pages
  - not only data from XML pages is retrieved but also data from ordinary HTML pages.
  - easy configuration and testing
  - not only retrieval of XML data but also sending (13th June 2012)
  - possibility to store a central configuration as to allow central configuration of the notifications (13th June 2012)
  - roll-out to Android (search http:\\market.android.com for Web Notifier) (13th June 2012) : using a central configuration XML messages are shown in Android just like in Google Chrome

After you pay 1,99 EUR via Paypal via :
https://www.paypal.com/be/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=X6RMQ4YYXP59J

you are redirected to the download page.

I'm working on these functionalities to provide something really useful and complete.


Enjoy!                    

拡張機能の基本情報

名前 Web Notifier Web Notifier
ID aikfeeafmbjadgppjmoehohhpahjpjdi
公式URL https://chrome.google.com/webstore/detail/web-notifier/aikfeeafmbjadgppjmoehohhpahjpjdi
説明 Gets data from the internet and shows it in a small popup. Very easy and highly configurable.
ファイルサイズ 159 KB
インストール数 122
現在のバージョン 1.2.14
最終更新日 2013-08-20
公開日 2013-08-20
評価 4.50/5 合計 2 レビュー
開発者 notifier
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Notifier",
    "version": "1.2.14",
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "description": "Gets data from the internet and shows it in a small popup. Very easy and highly configurable.",
    "icons": {
        "16": "notifier_16.png",
        "48": "notifier_48.png",
        "128": "notifier_128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options_chrome.html",
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "notification.htm"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}