Buddha Weather
Mindfulness in the Wind
What is Buddha Weather?
Buddha Weather is a Chrome extension developed by healthfoo12, and its main feature is "Mindfulness in the Wind".
Extension Screenshots
Download Buddha Weather Extension CRX File
Download Buddha Weather 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
Make the back of your new tab into an opportunity to be mindful.
Extension Basic Information
Name | |
ID | mphophigpjjnaaiabigjkngofbpnkime |
Official URL | https://chrome.google.com/webstore/detail/buddha-weather/mphophigpjjnaaiabigjkngofbpnkime |
Description | Mindfulness in the Wind |
File Size | 2.24 MB |
Installation Count | 54 |
Current Version | 1.0 |
Last Updated | 2015-03-24 |
Publish Date | 2015-03-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | healthfoo12 |
Payment Type | free |
Extension Website | http://www.buddhaweather.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Buddha Weather", "description": "Mindfulness in the Wind", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |