Steam Search

Steam Search. Start writing 'steam' and the game you are searching. You can also filter by OS. Extension created by Ale Mohamad.

Vad är Steam Search?

Steam Search är en Chrome-tillägg utvecklad av Ale Mohamad, och dess huvudfunktion är "Steam Search. Start writing 'steam' and the game you are searching. You can also filter by OS. Extension created by Ale Mohamad.".

Tilläggsskärmbilder

screenshot

Ladda ner Steam Search-förlängningens CRX-fil

Ladda ner Steam Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Now you can search for games on Steam from the Omnibox in Google Chrome™.

You just have to type "steam", the game that want to find and press enter. You can also filter by Operating System (Steam Play, PC, Mac or Linux).                    

Grundläggande Information om Tillägg

Namn Steam Search Steam Search
ID kmadghlgjeefhpgcblpkohkdeggmenia
Officiell webbadress https://chromewebstore.google.com/detail/steam-search/kmadghlgjeefhpgcblpkohkdeggmenia
Beskrivning Steam Search. Start writing 'steam' and the game you are searching. You can also filter by OS. Extension created by Ale Mohamad.
Filstorlek 29.85 KB
Antal Installationer 213
Aktuell Version 1.0.2
Senast Uppdaterad 2014-01-29
Publiceringsdatum 2014-01-28
Betyg 3.50/5 Totalt 8 Betyg
Utvecklare Ale Mohamad
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Search",
    "description": "Steam Search. Start writing 'steam' and the game you are searching. You can also filter by OS. Extension created by Ale Mohamad.",
    "version": "1.0.2",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "steam"
    },
    "manifest_version": 2
}