Raw Githack
Viewing html files with raw.githack.com made easier.
Hvad er Raw Githack?
Raw Githack er en Chrome-udvidelse udviklet af Filip Chalupa, og dens hovedfunktion er "Viewing html files with raw.githack.com made easier.".
Udvidelsesskærmbilleder
Download Raw Githack-udvidelses-CRX-fil
Download Raw Githack-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
Enter an url to a html file from a git repository (GitHub, Bitbucket or GitLab). That file will be then served to you with a correct mime type to be viewed in your browser using raw.githack.com.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | iichepgnbggmoaijfiphjodmhkbijmkf |
Officiel URL | https://chromewebstore.google.com/detail/raw-githack/iichepgnbggmoaijfiphjodmhkbijmkf |
Beskrivelse | Viewing html files with raw.githack.com made easier. |
Filstørrelse | 45.94 KB |
Antal Installationer | 457 |
Nuværende Version | 0.2 |
Senest Opdateret | 2020-05-01 |
Udgivelsesdato | 2020-04-29 |
Udvikler | Filip Chalupa |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/FilipChalupa/Raw-Githack/ |
Hjælpeside-URL | https://github.com/FilipChalupa/Raw-Githack/issues |
URL til Fortrolighedspolitik Side | https://www.privacypolicygenerator.info/live.php?token=QGmnoBTpfbreWmbwkQPCda3svqe7DF4q |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Raw Githack", "version": "0.2", "description": "Viewing html files with raw.githack.com made easier.", "permissions": [ "tabs" ], "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" } }, "manifest_version": 2 } |