amesh-simple
amesh-simple
What is amesh-simple?
amesh-simple is a Chrome extension developed by https://dameninngenn.com, and its main feature is "amesh-simple".
Extension Screenshots
Download amesh-simple Extension CRX File
Download amesh-simple extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
現在東京アメッシュで表示してる画像が見れます。 また東京23区あたりで雨が降ってそうな雰囲気ならアイコンの表示が変化してクリックしなくても雨が降ってそうかどうかがわかります。 詳細 http://blog.dameninngenn.com/entry/2012/09/18/234313 更新履歴 2019/05/21 アイコンが変化しない問題が発生していたため修正しました。
Extension Basic Information
Name | amesh-simple |
ID | gnlnhkaenbldknhdplgbbeifgdillbem |
Official URL | https://chromewebstore.google.com/detail/amesh-simple/gnlnhkaenbldknhdplgbbeifgdillbem |
Description | amesh-simple |
File Size | 28.39 KB |
Installation Count | 86 |
Current Version | 0.2.2 |
Last Updated | 2019-05-20 |
Publish Date | 2019-05-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://dameninngenn.com |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "amesh-simple", "version": "0.2.2", "description": "amesh-simple", "browser_action": { "default_icon": "amesh128.png", "default_popup": "popup.html" }, "icons": { "128": "amesh128.png", "48": "amesh48.png" }, "permissions": [ "https:\/\/tokyo-ame.jwa.or.jp\/*" ], "background": { "page": "background.html" } } |