Github compare tags
Adds tags to the compare page of Github.
Github compare tagsとは何ですか?
Github compare tagsはmarpo60によって開発されたChromeの拡張機能で、その主な機能は「Adds tags to the compare page of Github.」です。
拡張機能のスクリーンショット
Github compare tags拡張機能のCRXファイルをダウンロード
Github compare tags拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add into the dropdown of Github compare page the tags of the repositories.
拡張機能の基本情報
名前 | Github compare tags |
ID | pjkolicadkdcfgjjoopdpleenckeajkk |
公式URL | https://chromewebstore.google.com/detail/github-compare-tags/pjkolicadkdcfgjjoopdpleenckeajkk |
説明 | Adds tags to the compare page of Github. |
ファイルサイズ | 8.43 KB |
インストール数 | 62 |
現在のバージョン | 0.0.6 |
最終更新日 | 2019-06-01 |
公開日 | 2019-06-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | marpo60 |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/marpo60/github-compare-tags |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github compare tags", "version": "0.0.6", "manifest_version": 2, "description": "Adds tags to the compare page of Github.", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [ "storage", "https:\/\/github.com\/*" ], "background": { "scripts": [ "src\/hot-reload.js" ] }, "options_ui": { "page": "src\/options.html", "chrome_style": true }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/inject.js" ] } ] } |