Random Activity Generator
Bored? This extension generates a random activity for you :)
什么是Random Activity Generator?
Random Activity Generator是由Harsimran Saini开发的Chrome扩展程序,该扩展的主要功能是“Bored? This extension generates a random activity for you :)”。
扩展截图
下载Random Activity Generator扩展crx文件
下载Random Activity Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | edaipoiaiajganlibdhfpjboofgjfink |
| 官方URL | https://chromewebstore.google.com/detail/random-activity-generator/edaipoiaiajganlibdhfpjboofgjfink |
| 简介 | Bored? This extension generates a random activity for you :) |
| 文件大小 | 16.24 KB |
| 安装次数 | 104 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-10-15 |
| 上架时间 | 2021-10-15 |
| 开发者 | Harsimran Saini |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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
} | |