Gettie Fittie
Gettie Fittie, your Health pal, will remind you to take care of your health.
Gettie Fittieとは何ですか?
Gettie Fittieはhttp://brandcare.netによって開発されたChromeの拡張機能で、その主な機能は「Gettie Fittie, your Health pal, will remind you to take care of your health.」です。
拡張機能のスクリーンショット
Gettie Fittie拡張機能のCRXファイルをダウンロード
Gettie Fittie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The idea behind this extension is to bring awareness among people who continue to live round the clock and work in front of computers, laptops and other electronic devices without really taking care of their health. Gettie Fittie, your health pal will now remind you to take frequent breaks from work and stay healthy.
拡張機能の基本情報
名前 | |
ID | hcilijkfacnnhcmfkadpmpjcbnjleina |
公式URL | https://chrome.google.com/webstore/detail/gettie-fittie/hcilijkfacnnhcmfkadpmpjcbnjleina |
説明 | Gettie Fittie, your Health pal, will remind you to take care of your health. |
ファイルサイズ | 39.59 KB |
インストール数 | 19 |
現在のバージョン | 1.3 |
最終更新日 | 2015-10-19 |
公開日 | 2015-10-19 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | http://brandcare.net |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gettie Fittie", "version": "1.3", "manifest_version": 2, "description": "Gettie Fittie, your Health pal, will remind you to take care of your health.", "icons": { "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "activeTab", "alarms", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/48.png", "default_title": "Gettie Fittie", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "screen.css" ] } ] } |