shortcut to github1s
Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.
Wat is shortcut to github1s?
shortcut to github1s is een Chrome-extensie ontwikkeld door katsuhisa_, en de belangrijkste functie is "Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1.".
Extensie Screenshots
Download het CRX-bestand van de extensie shortcut to github1s
Download shortcut to github1s-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | shortcut to github1s |
ID | gfcdbodapcbfckbfpmgeldfkkgjknceo |
Officiële URL | https://chromewebstore.google.com/detail/shortcut-to-github1s/gfcdbodapcbfckbfpmgeldfkkgjknceo |
Beschrijving | Launch github1s with Ctrl(Win)/Command(Mac)+Shift+1. |
Bestandsgrootte | 13.38 KB |
Aantal Installaties | 164 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2021-04-29 |
Publicatiedatum | 2021-02-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | katsuhisa_ |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/katsuhisa91/github1s-shortcut/ |
Ondersteunde Talen | 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\/*" ] } |