Random Happy Face
Random change happy face icon every 1 second, repeat forever. Enjoy your happy day!
What is Random Happy Face?
Random Happy Face is a Chrome extension developed by Tung Thanh Le, and its main feature is "Random change happy face icon every 1 second, repeat forever. Enjoy your happy day!".
Extension Screenshots
Download Random Happy Face Extension CRX File
Download Random Happy Face 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
Ver.1.1: Update more icons. Ver.1.0: This add-ons extension app is just made for fun, and it may help you have a great day! Now it only supports for Google Chrome Browser.
Extension Basic Information
Name | Random Happy Face |
ID | hohidbchjhokobbjaaoefnaapabpejae |
Official URL | https://chromewebstore.google.com/detail/random-happy-face/hohidbchjhokobbjaaoefnaapabpejae |
Description | Random change happy face icon every 1 second, repeat forever. Enjoy your happy day! |
File Size | 129 KB |
Installation Count | 52 |
Current Version | 1.1 |
Last Updated | 2017-01-22 |
Publish Date | 2017-01-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Tung Thanh Le |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Happy Face", "description": "Random change happy face icon every 1 second, repeat forever. Enjoy your happy day!", "author": "Tung Thanh Le", "homepage_url": "http:\/\/ttungl.github.io", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Enjoy your happy day!" }, "icons": { "16": "wink16.png", "24": "wink24.png", "32": "wink32.png", "64": "wink64.png", "128": "wink128.png", "256": "wink256.png", "512": "wink512.png" }, "short_name": "Random Happy Face, version 1.0", "manifest_version": 2 } |