Github Vanced
An ultimate chrome extension to customize and streamline your GitHub experience!
Github Vancedとは何ですか?
Github Vancedはbhumijguptaによって開発されたChromeの拡張機能で、その主な機能は「An ultimate chrome extension to customize and streamline your GitHub experience!」です。
拡張機能のスクリーンショット
Github Vanced拡張機能のCRXファイルをダウンロード
Github Vanced拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An ultimate chrome extension to customize and streamline your GitHub experience with a lifetime promise of no ads and no data collection Features - 1. Website wide dark mode 2. Colors contribution chart to avoid distraction 3. Easy toggle switches to enable and disable features
拡張機能の基本情報
名前 | |
ID | apidmenkobkfjiffjmapgjdapmpaneck |
公式URL | https://chrome.google.com/webstore/detail/github-vanced/apidmenkobkfjiffjmapgjdapmpaneck |
説明 | An ultimate chrome extension to customize and streamline your GitHub experience! |
ファイルサイズ | 57.45 KB |
インストール数 | 45 |
現在のバージョン | 0.8.4 |
最終更新日 | 2019-07-12 |
公開日 | 2019-07-12 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | bhumijgupta |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/bhumijgupta/Github-vanced |
ヘルプページのURL | https://github.com/bhumijgupta/Github-vanced/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Vanced", "description": "An ultimate chrome extension to customize and streamline your GitHub experience!", "version": "0.8.4", "author": "Bhumij Gupta", "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/github.com\/*", "https:\/\/github.com\/*" ], "js": [ "colorify.js", "darktheme.js" ], "run_at": "document_end" } ], "options_page": "popup.html", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ] } |