Activate on Steam
Adds a context menu to activate the selected text on Steam
Was ist Activate on Steam?
Activate on Steam ist eine Chrome-Erweiterung, die von jshackles entwickelt wurde, und ihr Hauptmerkmal ist "Adds a context menu to activate the selected text on Steam".
Erweiterungsscreenshots
Activate on Steam-Erweiterungs-CRX-Datei herunterladen
Laden Sie Activate on Steam-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This simple Chrome extension will add a context menu when right clicking on selected text to activate as a Steam product. This is useful for external sites that sell Steam keys and allows you to quickly and easily register your games on Steam without having to copy and paste or open the Steam client. This extension is open source. The source code can be found at https://github.com/jshackles/ActivateOnSteam
Grundlegende Informationen zur Erweiterung
Name | |
ID | pofgpbehpaaadihajegaefaggfenhmpc |
Offizielle URL | https://chrome.google.com/webstore/detail/activate-on-steam/pofgpbehpaaadihajegaefaggfenhmpc |
Beschreibung | Adds a context menu to activate the selected text on Steam |
Dateigröße | 31.62 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 0.1 |
Letztes Update | 2017-09-01 |
Veröffentlichungsdatum | 2017-09-01 |
Bewertung | 4.33/5 Insgesamt 39 Bewertungen |
Entwickler | jshackles |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Activate on Steam", "short_name": "ActivateOnSteam", "description": "Adds a context menu to activate the selected text on Steam", "version": "0.1", "minimum_chrome_version": "38", "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "img\/logo.png", "32": "img\/logo_32.png", "128": "img\/logo_128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ " |