Github Tab Size Manager
Use this extension to view git files with tab size specified
Github Tab Size Managerとは何ですか?
Github Tab Size ManagerはNamandeep Singh Chughによって開発されたChromeの拡張機能で、その主な機能は「Use this extension to view git files with tab size specified」です。
拡張機能のスクリーンショット
Github Tab Size Manager拡張機能のCRXファイルをダウンロード
Github Tab Size Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Change tab size (from options menu) while viewing code on github.com or gist.github.com
拡張機能の基本情報
名前 | Github Tab Size Manager |
ID | enjegllgfhbkappebfdbgheefocllglo |
公式URL | https://chromewebstore.google.com/detail/github-tab-size-manager/enjegllgfhbkappebfdbgheefocllglo |
説明 | Use this extension to view git files with tab size specified |
ファイルサイズ | 506 KB |
インストール数 | 17 |
現在のバージョン | 1.5 |
最終更新日 | 2017-03-17 |
公開日 | 2017-03-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Namandeep Singh Chugh |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Tab Size Manager", "version": "1.5", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "options_page": "options.html", "description": "Use this extension to view git files with tab size specified", "permissions": [ "storage", "*:\/\/gist.github.com\/*", "*:\/\/github.com\/*", "tabs", "webNavigation" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*", "*:\/\/gist.github.com\/*" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |