Board Game Geek Classic Theme Extension
This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…
Board Game Geek Classic Theme Extensionとは何ですか?
Board Game Geek Classic Theme Extensionはklaus.waissによって開発されたChromeの拡張機能で、その主な機能は「This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this…」です。
拡張機能のスクリーンショット
Board Game Geek Classic Theme Extension拡張機能のCRXファイルをダウンロード
Board Game Geek Classic Theme Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this extension, please send it to me. How it works: This extension changes the stylesheets (css) to classic look.
拡張機能の基本情報
名前 | Board Game Geek Classic Theme Extension |
ID | hggofpanoenpmgaieeadjapijnoclkdl |
公式URL | https://chromewebstore.google.com/detail/board-game-geek-classic-t/hggofpanoenpmgaieeadjapijnoclkdl |
説明 | This extension changes the new theme back to the classic look that most people love. If you have some ideas or feedback for this… |
ファイルサイズ | 20.46 KB |
インストール数 | 18 |
現在のバージョン | 1.6 |
最終更新日 | 2016-07-23 |
公開日 | 2016-07-22 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | klaus.waiss |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Board Game Geek Classic Theme Extension", "version": "1.6", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/boardgamegeek.com\/*", "http:\/\/boardgamegeek.com\/*" ], "css": [ "mystyles.css" ], "js": [ "adjust.js" ], "run_at": "document_end" } ] } |