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 |
官方網址 | 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_ |
電子郵箱 | [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\/*" ] } |