Star Wars Image Randomizer
Automatically search Google Images using Random Star Wars terms
什么是Star Wars Image Randomizer?
Star Wars Image Randomizer是由chrischesoft开发的Chrome扩展程序,该扩展的主要功能是“Automatically search Google Images using Random Star Wars terms”。
扩展截图
下载Star Wars Image Randomizer扩展crx文件
下载Star Wars Image Randomizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension has an internal database of terms from the entire Star Wars encyclopedia, and will randomly select a term and perform a Google Image search. The latest update contains new search terms added for Rogue One
扩展基本信息
名称 | |
ID | nlpdfjbgifachaelfcdememfddokkljp |
官方URL | https://chrome.google.com/webstore/detail/star-wars-image-randomize/nlpdfjbgifachaelfcdememfddokkljp |
简介 | Automatically search Google Images using Random Star Wars terms |
文件大小 | 45.14 KB |
安装次数 | 44 |
当前版本 | 2.0 |
更新时间 | 2017-01-07 |
上架时间 | 2017-01-07 |
评分 | 1.00/5 共1次评分 |
开发者 | chrischesoft |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Wars Image Randomizer", "description": "Automatically search Google Images using Random Star Wars terms", "version": "2.0", "icons": { "16": "img\/vader.png", "48": "img\/vader.png", "128": "img\/vader.png" }, "permissions": [ "tabs", "notifications" ], "browser_action": { "default_icon": "img\/vader.png" }, "background": { "scripts": [ "jquery-3.1.1.min.js", "retrieveswapi.js" ] } } |