github1s Linker
Inserts a direct link to github1s in gitHub repos
github1s Linkerとは何ですか?
github1s Linkerはfschipp.fsによって開発されたChromeの拡張機能で、その主な機能は「Inserts a direct link to github1s in gitHub repos」です。
拡張機能のスクリーンショット
github1s Linker拡張機能のCRXファイルをダウンロード
github1s Linker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Adds a simple link in the top right on github repositories. This makes opening github1s links much easier and saves typing in the address bar.
Code is open source at https://github.com/samtun/github1s_linker                     拡張機能の基本情報
| 名前 |   |  
| ID | aghoglkmbagjidbhfdcgmonhgdcbjjgf | 
| 公式URL | https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf | 
| 説明 | Inserts a direct link to github1s in gitHub repos | 
| ファイルサイズ | 7.93 KB | 
| インストール数 | 120 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2021-03-24 | 
| 公開日 | 2021-03-20 | 
| 開発者 | fschipp.fs | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "github1s Linker",
    "description": "Inserts a direct link to github1s in gitHub repos",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "add_button.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon32.png",
        "32": "images\/icon64.png",
        "64": "images\/icon128.png"
    }
}  |  |