Show Me the Code

A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.

Qu'est-ce que Show Me the Code ?

Show Me the Code est une extension Chrome développée par Ajedi32, et sa fonction principale est "A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show Me the Code

Téléchargez les fichiers d'extension Show Me the Code 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

                        This extension provides a quick way to find links to common code hosting websites (e.g. GitHub) on any webpage. Currently only GitHub is supported, but if you'd like to see support for any other code hosting websites just let me know.

This extension has a GitHub repo, pull requests are welcome! https://github.com/Ajedi32/show_me_the_code                    

Informations de Base sur l'Extension

Nom Show Me the Code Show Me the Code
ID gdacmhelpdiadapogoeaadlchkadachj
URL Officiel https://chromewebstore.google.com/detail/show-me-the-code/gdacmhelpdiadapogoeaadlchkadachj
Description A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.
Taille du Fichier 14.22 KB
Nombre d'Installations 14
Version Actuelle 0.1.0
Dernière Mise à Jour 2013-12-30
Date de Publication 2013-12-30
Développeur Ajedi32
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Me the Code",
    "description": "A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.",
    "version": "0.1.0",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "repo_matchers.js",
        "get_links.js"
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Show Me the Code",
        "default_icon": {
            "19": "assets\/images\/icon19.png",
            "38": "assets\/images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}