PCGamingWiki Browser Extension
Quick links to PCGamingWiki
PCGamingWiki Browser Extensionとは何ですか?
PCGamingWiki Browser ExtensionはPCGamingWikiによって開発されたChromeの拡張機能で、その主な機能は「Quick links to PCGamingWiki」です。
拡張機能のスクリーンショット
PCGamingWiki Browser Extension拡張機能のCRXファイルをダウンロード
PCGamingWiki Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The PCGamingWiki Browser Extension provides quick links to PCGamingWiki from online game stores (at the moment limited to GOG.com), as well as providing information about game features. Currently, the extension provides numerous features when browsing GOG.com, including: * quick links from store pages to the PCGamingWiki page, community forum, support page, as well as a link to the Wikipedia article; * a list of supported features on store pages, providing information about widescreen, controller or surround sound support; * and more as we continue! You can find out more here: http://pcgamingwiki.com/wiki/PCGamingWiki:Extension
拡張機能の基本情報
名前 | |
ID | kjnaegbbhbpojeehmfmoilkgemopeeon |
公式URL | https://chromewebstore.google.com/detail/pcgamingwiki-browser-exte/kjnaegbbhbpojeehmfmoilkgemopeeon |
説明 | Quick links to PCGamingWiki |
ファイルサイズ | 49.92 KB |
インストール数 | 215 |
現在のバージョン | 1.0.2 |
最終更新日 | 2015-09-13 |
公開日 | 2015-09-13 |
評価 | 4.20/5 合計 10 レビュー |
開発者 | PCGamingWiki |
支払い方法 | free |
拡張機能のウェブサイト | http://pcgamingwiki.com/wiki/Home |
ヘルプページのURL | http://pcgamingwiki.com/wiki/PCGamingWiki:Extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PCGamingWiki Browser Extension", "short_name": "PCGamingWiki", "description": "Quick links to PCGamingWiki", "author": "PCGamingWiki Team", "version": "1.0.2", "permissions": [ "http:\/\/pcgamingwiki.com\/" ], "background": { "scripts": [ "data\/chrome.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.gog.com\/*" ], "css": [ "data\/style\/gog.css" ], "js": [ "data\/js\/jQuery.min.js", "data\/js\/gog.js", "data\/chrome.js" ], "run_at": "document_end" } ], "icons": { "64": "data\/icons\/icon64.png", "256": "data\/icons\/icon.png" }, "web_accessible_resources": [ "data\/icons\/icon_blue.svg", "data\/icons\/surround-sound-icon.svg", "data\/icons\/widescreen-icon.svg", "data\/icons\/windowed-mode-icon.svg", "data\/icons\/wikipedia-icon.svg", "data\/icons\/partial-controller-support-icon.svg", "data\/icons\/full-controller-support-icon.svg", "data\/icons\/remapping-icon.svg", "data\/icons\/subtitles-icon.svg", "data\/icons\/cc-icon.svg" ] } |