Replace Linux with GNU/Linux
Put Richard in your web browser.
Hvad er Replace Linux with GNU/Linux?
Replace Linux with GNU/Linux er en Chrome-udvidelse udviklet af Angristan, og dens hovedfunktion er "Put Richard in your web browser.".
Download Replace Linux with GNU/Linux-udvidelses-CRX-fil
Download Replace Linux with GNU/Linux-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
A Chrome extension that replaces "Linux" with "GNU/Linux" on the web.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hfpdfpigmhmbamkdacjkimgoipdmhlgm |
Officiel URL | https://chrome.google.com/webstore/detail/replace-linux-with-gnulin/hfpdfpigmhmbamkdacjkimgoipdmhlgm |
Beskrivelse | Put Richard in your web browser. |
Filstørrelse | 4.35 KB |
Antal Installationer | 27 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-03-04 |
Udgivelsesdato | 2018-03-04 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Angristan |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Angristan/GNU-Linux |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Replace Linux with GNU\/Linux", "description": "Put Richard in your web browser.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |