Open in Steam
This Extension opens links to steam in Steam instead of in Browser
Apa itu Open in Steam?
Open in Steam adalah ekstensi Chrome yang dikembangkan oleh josephldailey, dan fitur utamanya adalah "This Extension opens links to steam in Steam instead of in Browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open in Steam
Unduh file ekstensi Open in Steam dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Common links such as a game pages will open in steam instead of in the browser.
Informasi Dasar Ekstensi
Nama | |
ID | cecgojhodgkcpcpkejmnobkmoogkjfaa |
URL Resmi | https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa |
Deskripsi | This Extension opens links to steam in Steam instead of in Browser |
Ukuran File | 10.81 KB |
Jumlah Instalasi | 2,226 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2013-09-12 |
Tanggal Publikasi | 2013-09-12 |
Penilaian | 2.66/5 Total 29 Penilaian |
Pengembang | josephldailey |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "steam.js" ], "matches": [ "http:\/\/store.steampowered.com\/*", "https:\/\/store.steampowered.com\/*" ], "run_at": "document_start" } ], "description": "This Extension opens links to steam in Steam instead of in Browser", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Open in Steam", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "version": "0.1.1" } |