Raindrop Google Homepage
This extension creates raindrops on the new tab page.
What is Raindrop Google Homepage?
Raindrop Google Homepage is a Chrome extension developed by khutchinsdev, and its main feature is "This extension creates raindrops on the new tab page.".
Extension Screenshots
Download Raindrop Google Homepage Extension CRX File
Download Raindrop Google Homepage 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
This extension creates raindrop graphics on the new tab page. It is customizable, with the ability to change the rain, background, and search bar color. You are also able to change how fast the rain falls. It is just a fun little extension to brighten up your browsing experience!
Extension Basic Information
Name | Raindrop Google Homepage |
ID | mghbkgkahigekpndhcbljolfipplmlah |
Official URL | https://chromewebstore.google.com/detail/raindrop-google-homepage/mghbkgkahigekpndhcbljolfipplmlah |
Description | This extension creates raindrops on the new tab page. |
File Size | 10.05 KB |
Installation Count | 33 |
Current Version | 1.0 |
Last Updated | 2022-08-03 |
Publish Date | 2022-08-02 |
Developer | khutchinsdev |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.termsfeed.com/live/585b96d5-ca09-4503-8fab-a7da91b03dec |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Raindrop Google Homepage", "description": "This extension creates raindrops on the new tab page.", "version": "1.0", "chrome_url_overrides": { "newtab": "rain.html" }, "action": { "default_title": "New Tab" }, "permissions": [ "storage" ] } |