Website Status
A simple way to monitor websites. Extension created by Ale Mohamad.
Website Statusとは何ですか?
Website StatusはAle Mohamadによって開発されたChromeの拡張機能で、その主な機能は「A simple way to monitor websites. Extension created by Ale Mohamad.」です。
拡張機能のスクリーンショット
Website Status拡張機能のCRXファイルをダウンロード
Website Status拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simpler way to monitor websites.
You can check the status of each of the websites that you are following.
This is a simple tool to use, so you can keep up with these websites with which you are working (or checking if other websites are working). 拡張機能の基本情報
| 名前 | |
| ID | heocgfngkgbdnbaobnmldjgbmmagfdpo |
| 公式URL | https://chromewebstore.google.com/detail/website-status/heocgfngkgbdnbaobnmldjgbmmagfdpo |
| 説明 | A simple way to monitor websites. Extension created by Ale Mohamad. |
| ファイルサイズ | 219 KB |
| インストール数 | 270 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2013-11-10 |
| 公開日 | 2013-11-10 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | Ale Mohamad |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Website Status",
"version": "1.0",
"manifest_version": 2,
"description": "A simple way to monitor websites. Extension created by Ale Mohamad.",
"icons": {
"19": "images\/icon_19.png",
"38": "images\/icon_38.png",
"128": "images\/icon_128.png"
},
"browser_action": {
"default_title": "Website Status",
"default_icon": {
"19": "images\/icon_19.png",
"38": "images\/icon_38.png"
},
"default_popup": "html\/main.html"
},
"permissions": [
"*:\/\/*\/*",
"storage",
"notifications"
],
"options_page": "html\/options.html"
} | |