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
公式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
Eメール [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"
        ]
    }
}