Replace Linux with GNU/Linux
Put Richard in your web browser.
Wat is Replace Linux with GNU/Linux?
Replace Linux with GNU/Linux is een Chrome-extensie ontwikkeld door Angristan, en de belangrijkste functie is "Put Richard in your web browser.".
Download het CRX-bestand van de extensie Replace Linux with GNU/Linux
Download Replace Linux with GNU/Linux-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
A Chrome extension that replaces "Linux" with "GNU/Linux" on the web.
Basisinformatie over de Extensie
Naam | |
ID | hfpdfpigmhmbamkdacjkimgoipdmhlgm |
Officiële URL | https://chrome.google.com/webstore/detail/replace-linux-with-gnulin/hfpdfpigmhmbamkdacjkimgoipdmhlgm |
Beschrijving | Put Richard in your web browser. |
Bestandsgrootte | 4.35 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-03-04 |
Publicatiedatum | 2018-03-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Angristan |
Betalingswijze | free |
Extensiewebsite | https://github.com/Angristan/GNU-Linux |
Ondersteunde Talen | 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" } ] } |