shortcut to github1s
Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.
What is shortcut to github1s?
shortcut to github1s is a Chrome extension developed by katsuhisa_, and its main feature is "Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.".
Extension Screenshots
Download shortcut to github1s Extension CRX File
Download shortcut to github1s extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | shortcut to github1s |
ID | gfcdbodapcbfckbfpmgeldfkkgjknceo |
Official URL | https://chromewebstore.google.com/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo |
Description | Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1. |
File Size | 13.38 KB |
Installation Count | 164 |
Current Version | 1.2.0 |
Last Updated | 2021-04-29 |
Publish Date | 2021-02-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | katsuhisa_ |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/katsuhisa91/github1s-shortcut/ |
Supported Languages | 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\/*" ] } |