ame-furu
郵便番号から、その地点の現在の天気をお知らせします。
What is ame-furu?
ame-furu is a Chrome extension developed by Shinya Natsumi, and its main feature is "郵便番号から、その地点の現在の天気をお知らせします。".
Extension Screenshots
Download ame-furu Extension CRX File
Download ame-furu 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
郵便番号から、その地点の現在の天気をお知らせします。
Extension Basic Information
Name | |
ID | bialojlhfhjpiapnjbbegkkglligigaf |
Official URL | https://chrome.google.com/webstore/detail/ame-furu/bialojlhfhjpiapnjbbegkkglligigaf |
Description | 郵便番号から、その地点の現在の天気をお知らせします。 |
File Size | 36.63 KB |
Installation Count | 13 |
Current Version | 1.0.2 |
Last Updated | 2014-10-13 |
Publish Date | 2014-10-13 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Shinya Natsumi |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ame-furu", "short_name": "ame-furu", "description": "\u90f5\u4fbf\u756a\u53f7\u304b\u3089\u3001\u305d\u306e\u5730\u70b9\u306e\u73fe\u5728\u306e\u5929\u6c17\u3092\u304a\u77e5\u3089\u305b\u3057\u307e\u3059\u3002", "version": "1.0.2", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "js\/zepto.js", "js\/function.js" ] }, "browser_action": { "default_icon": "icons\/failed.png", "default_title": "ame-furu", "default_popup": "popup.html" } } |