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”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Star Wars Image Randomizer Star Wars Image Randomizer
ID nlpdfjbgifachaelfcdememfddokkljp
官方網址 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"
        ]
    }
}