Star Wars Image Randomizer

Automatically search Google Images using Random Star Wars terms

What is Star Wars Image Randomizer?

Star Wars Image Randomizer is a Chrome extension developed by chrischesoft, and its main feature is "Automatically search Google Images using Random Star Wars terms".

Extension Screenshots

screenshot

Download Star Wars Image Randomizer Extension CRX File

Download Star Wars Image Randomizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Star Wars Image Randomizer Star Wars Image Randomizer
ID nlpdfjbgifachaelfcdememfddokkljp
Official URL https://chrome.google.com/webstore/detail/star-wars-image-randomize/nlpdfjbgifachaelfcdememfddokkljp
Description Automatically search Google Images using Random Star Wars terms
File Size 45.14 KB
Installation Count 44
Current Version 2.0
Last Updated 2017-01-07
Publish Date 2017-01-07
Rating 1.00/5 Total 1 Ratings
Developer chrischesoft
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}