Replace Linux with GNU/Linux

Put Richard in your web browser.

Qu'est-ce que Replace Linux with GNU/Linux ?

Replace Linux with GNU/Linux est une extension Chrome développée par Angristan, et sa fonction principale est "Put Richard in your web browser.".

Télécharger le fichier CRX de l'extension Replace Linux with GNU/Linux

Téléchargez les fichiers d'extension Replace Linux with GNU/Linux au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A Chrome extension that replaces "Linux" with "GNU/Linux" on the web.                    

Informations de Base sur l'Extension

Nom Replace Linux with GNU/Linux Replace Linux with GNU/Linux
ID hfpdfpigmhmbamkdacjkimgoipdmhlgm
URL Officiel https://chrome.google.com/webstore/detail/replace-linux-with-gnulin/hfpdfpigmhmbamkdacjkimgoipdmhlgm
Description Put Richard in your web browser.
Taille du Fichier 4.35 KB
Nombre d'Installations 27
Version Actuelle 1.0
Dernière Mise à Jour 2018-03-04
Date de Publication 2018-03-04
Évaluation 5.00/5 Total 2 Évaluations
Développeur Angristan
Type de Paiement free
Site Web de l'Extension https://github.com/Angristan/GNU-Linux
Langues Prises en Charge 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"
        }
    ]
}