Pages2Repo

Opens the corresponding repository from a GitHub Page

Qu'est-ce que Pages2Repo ?

Pages2Repo est une extension Chrome développée par Frozenfire92, et sa fonction principale est "Opens the corresponding repository from a GitHub Page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pages2Repo

Téléchargez les fichiers d'extension Pages2Repo 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

                        An extension that shows a page action when on a GitHub Pages website. This page action will open a popup which allows you to get quick info about the repository as well as link to it, or copy the git clone url.                    

Informations de Base sur l'Extension

Nom Pages2Repo Pages2Repo
ID afnogakjnebbgcbjkgmhaccljfejeflh
URL Officiel https://chromewebstore.google.com/detail/pages2repo/afnogakjnebbgcbjkgmhaccljfejeflh
Description Opens the corresponding repository from a GitHub Page
Taille du Fichier 213 KB
Nombre d'Installations 92
Version Actuelle 0.1.6
Dernière Mise à Jour 2015-06-23
Date de Publication 2015-06-23
Évaluation 3.67/5 Total 3 Évaluations
Développeur Frozenfire92
Type de Paiement free
Site Web de l'Extension https://github.com/Frozenfire92/Pages2Repo
URL de la Page d'Aide https://github.com/Frozenfire92/Pages2Repo/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pages2Repo",
    "description": "Opens the corresponding repository from a GitHub Page",
    "version": "0.1.6",
    "manifest_version": 2,
    "icons": {
        "16": "images\/repo-16.png",
        "128": "images\/repo-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/github.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "images\/repo-19.png",
            "38": "images\/repo-38.png"
        },
        "default_title": "Pages2Repo",
        "default_popup": "popup.html"
    },
    "options_page": "token.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "clipboardWrite",
        "https:\/\/*.github.io\/*",
        "https:\/\/github.com\/"
    ]
}