Pages2Repo

Opens the corresponding repository from a GitHub Page

Pages2Repoとは何ですか?

Pages2RepoはFrozenfire92によって開発されたChromeの拡張機能で、その主な機能は「Opens the corresponding repository from a GitHub Page」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Pages2Repo拡張機能のCRXファイルをダウンロード

Pages2Repo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Pages2Repo Pages2Repo
ID afnogakjnebbgcbjkgmhaccljfejeflh
公式URL https://chromewebstore.google.com/detail/pages2repo/afnogakjnebbgcbjkgmhaccljfejeflh
説明 Opens the corresponding repository from a GitHub Page
ファイルサイズ 213 KB
インストール数 92
現在のバージョン 0.1.6
最終更新日 2015-06-23
公開日 2015-06-23
評価 3.67/5 合計 3 レビュー
開発者 Frozenfire92
支払い方法 free
拡張機能のウェブサイト https://github.com/Frozenfire92/Pages2Repo
ヘルプページのURL https://github.com/Frozenfire92/Pages2Repo/issues
対応言語 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\/"
    ]
}