Gitark
The most popular dark theme extension for github
Gitarkとは何ですか?
Gitarkはfunnyによって開発されたChromeの拡張機能で、その主な機能は「The most popular dark theme extension for github」です。
拡張機能のスクリーンショット
Gitark拡張機能のCRXファイルをダウンロード
Gitark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Changes github default light theme to dark one. Issues : https://github.com/imfunniee/gitark/issues Fork it on github : https://github.com/imfunniee/gitark
拡張機能の基本情報
名前 | Gitark |
ID | pajmlahbnmcmbfdmmcacaojpedjcdjgm |
公式URL | https://chromewebstore.google.com/detail/gitark/pajmlahbnmcmbfdmmcacaojpedjcdjgm |
説明 | The most popular dark theme extension for github |
ファイルサイズ | 672 KB |
インストール数 | 107 |
現在のバージョン | 0.0.9 |
最終更新日 | 2019-05-11 |
公開日 | 2019-05-11 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | funny |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/imfunniee/gitark |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gitark", "version": "0.0.9", "short_name": "Gitark", "author": "imfunny and community", "description": "The most popular dark theme extension for github", "manifest_version": 2, "icons": { "16": "assets\/icon3.png", "48": "assets\/icon2.png", "128": "assets\/icon1.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/content.js" ] } ] } |