Random Images
Simple extension that will show a random image! Made possible by https://picsum.photos
什么是Random Images?
Random Images是由West_Of_House_开发的Chrome扩展程序,该扩展的主要功能是“Simple extension that will show a random image! Made possible by https://picsum.photos”。
扩展截图
下载Random Images扩展crx文件
下载Random Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Awesome extension that generates random, high quality images with the click of a button!
扩展基本信息
名称 | Random Images |
ID | ibokafjdhcelfjdcbekpkgnbjndnomcl |
官方URL | https://chromewebstore.google.com/detail/random-images/ibokafjdhcelfjdcbekpkgnbjndnomcl |
简介 | Simple extension that will show a random image! Made possible by https://picsum.photos |
文件大小 | 54.7 KB |
安装次数 | 123 |
当前版本 | 1.1 |
更新时间 | 2021-04-08 |
上架时间 | 2021-04-08 |
评分 | 5.00/5 共1次评分 |
开发者 | West_Of_House_ |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Images", "manifest_version": 3, "version": "1.1", "description": "Simple extension that will show a random image! Made possible by https:\/\/picsum.photos", "content_security_policy": { "content_scripts": "script-src 'self' 'unsafe-inline'", "extension_pages": "script-src 'self'; object-src 'none'" }, "action": { "default_icon": "logo.png", "default_badge": "logo.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" } } |