Open in GitHub1s
Add a new navigation option to open GitHub repositories in GitHub1s.
Hvad er Open in GitHub1s?
Open in GitHub1s er en Chrome-udvidelse udviklet af zacharysmith, og dens hovedfunktion er "Add a new navigation option to open GitHub repositories in GitHub1s.".
Udvidelsesskærmbilleder
Download Open in GitHub1s-udvidelses-CRX-fil
Download Open in GitHub1s-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
GitHub1s is a web-app for viewing GitHub repository files online, using a web-compiled version of VSCode. This extension introduces a new UI button to the GitHub repository file navigation bar, enabling users to easily open the repository inside the GitHub1s website.
Grundlæggende oplysninger om udvidelsen
Navn | Open in GitHub1s |
ID | iijaagbkdohcopmmohlgfkcloefoeaoj |
Officiel URL | https://chromewebstore.google.com/detail/open-in-github1s/iijaagbkdohcopmmohlgfkcloefoeaoj |
Beskrivelse | Add a new navigation option to open GitHub repositories in GitHub1s. |
Filstørrelse | 127 KB |
Antal Installationer | 1,601 |
Nuværende Version | 1.5 |
Senest Opdateret | 2022-05-10 |
Udgivelsesdato | 2021-08-18 |
Udvikler | zacharysmith |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Cutwell/github1s-chrome-extension |
Hjælpeside-URL | https://github.com/Cutwell/github1s-chrome-extension |
Understøttede Sprog | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in GitHub1s", "version": "1.5", "description": "Add a new navigation option to open GitHub repositories in GitHub1s.", "permissions": [ "storage" ], "action": { "default_icon": { "48": "data\/img\/icon48.png", "128": "data\/img\/icon128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "48": "data\/img\/icon48.png", "128": "data\/img\/icon128.png" }, "content_scripts": [ { "js": [ "data\/js\/content.js" ], "css": [ "data\/css\/extension.css" ], "matches": [ "https:\/\/github.com\/*" ] } ], "manifest_version": 3 } |