Open in Steam
This Extension opens links to steam in Steam instead of in Browser
ما هو Open in Steam؟
Open in Steam هو إضافة Chrome تم تطويرها بواسطة josephldailey، والميزة الرئيسية لها هي "This Extension opens links to steam in Steam instead of in Browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open in Steam
قم بتنزيل ملفات الامتداد Open in Steam بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Common links such as a game pages will open in steam instead of in the browser.
معلومات أساسية عن التمديد
الاسم | |
ID | cecgojhodgkcpcpkejmnobkmoogkjfaa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa |
الوصف | This Extension opens links to steam in Steam instead of in Browser |
حجم الملف | 10.81 KB |
عدد التثبيتات | 2,226 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2013-09-12 |
تاريخ النشر | 2013-09-12 |
تقييم | 2.66/5 مجموع تقييمات 29 |
المطور | josephldailey |
نوع الدفع | free |
اللغات المدعومة | 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" } |