Random Activity Generator
Bored? This extension generates a random activity for you :)
What is Random Activity Generator?
Random Activity Generator is a Chrome extension developed by Harsimran Saini, and its main feature is "Bored? This extension generates a random activity for you :)".
Extension Screenshots
Download Random Activity Generator Extension CRX File
Download Random Activity Generator 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 is a random activity generator. Perfect for when you want to try something new or are feeling bored! Click the randomise button to discover a new activity.
Extension Basic Information
Name | Random Activity Generator |
ID | edaipoiaiajganlibdhfpjboofgjfink |
Official URL | https://chromewebstore.google.com/detail/random-activity-generator/edaipoiaiajganlibdhfpjboofgjfink |
Description | Bored? This extension generates a random activity for you :) |
File Size | 16.24 KB |
Installation Count | 104 |
Current Version | 1.0.0 |
Last Updated | 2021-10-15 |
Publish Date | 2021-10-15 |
Developer | Harsimran Saini |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Activity Generator", "version": "1.0.0", "description": "Bored? This extension generates a random activity for you :)", "browser_action": { "default_icon": "image-48.png", "default_popup": "activities.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "image-16.png", "48": "image-48.png", "128": "image-128.png" }, "manifest_version": 2 } |