GitHub Pages

Add a link to the GitHub-Page of a GitHub repository

什麼是GitHub Pages?

GitHub Pages是由Marco Rieger開發的Chrome擴展程式,該擴展的主要功能是“Add a link to the GitHub-Page of a GitHub repository”。

擴展截圖

screenshot

下載GitHub Pages擴展crx文件

下載GitHub Pages擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 GitHub Pages GitHub Pages
ID opeajkladelglljdblcjgkiclppcbkae
官方網址 https://chromewebstore.google.com/detail/github-pages/opeajkladelglljdblcjgkiclppcbkae
簡介 Add a link to the GitHub-Page of a GitHub repository
檔案大小 7.93 KB
安裝次數 145
目前版本 1.2.0
更新時間 2015-11-13
上架時間 2015-11-13
開發者 Marco Rieger
付費類型 free
擴展官網 https://github.com/ins0/chrome-gh-pages
說明頁面URL https://github.com/ins0/chrome-gh-pages/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Pages",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Add a link to the GitHub-Page of a GitHub repository",
    "homepage_url": "https:\/\/github.com\/ins0\/chrome-gh-pages",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "src\/gh-pages.js"
            ]
        }
    ]
}