shortcut to github1s
Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.
shortcut to github1sとは何ですか?
shortcut to github1sはkatsuhisa_によって開発されたChromeの拡張機能で、その主な機能は「Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.」です。
拡張機能のスクリーンショット
shortcut to github1s拡張機能のCRXファイルをダウンロード
shortcut to github1s拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Based on https://github.com/conwnet/github1s. Thank you! ## About github1s > Just add 1s after github and press Enter in browser address bar for any repository you want to read.
拡張機能の基本情報
名前 | shortcut to github1s |
ID | gfcdbodapcbfckbfpmgeldfkkgjknceo |
公式URL | https://chromewebstore.google.com/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo |
説明 | Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1. |
ファイルサイズ | 13.38 KB |
インストール数 | 164 |
現在のバージョン | 1.2.0 |
最終更新日 | 2021-04-29 |
公開日 | 2021-02-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | katsuhisa_ |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/katsuhisa91/github1s-shortcut/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "shortcut to github1s", "version": "1.2.0", "manifest_version": 3, "description": "Launch github1s with Ctrl(Win)\/Command(Mac)+Shift+1.", "icons": { "16": "resources\/quick_github1s.ico", "48": "resources\/quick_github1s.ico", "128": "resources\/quick_github1s.ico" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "resources\/quick_github1s.ico", "default_title": "shortcut to github1s" }, "commands": { "quickLaunch": { "suggested_key": { "default": "Ctrl+Shift+1" }, "global": true, "description": "Launch github1s" } }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/github1s.com\/*" ] } |