GitHub Extended

Discover more repositories

什麼是GitHub Extended?

GitHub Extended是由onmyway133開發的Chrome擴展程式,該擴展的主要功能是“Discover more repositories”。

擴展截圖

screenshot

下載GitHub Extended擴展crx文件

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

擴展使用說明

                        A Chrome extension to discover more repositories                    

擴展基本資訊

名稱 GitHub Extended GitHub Extended
ID doidfnmbfadacpcjkekkgofkmnkljnhi
官方網址 https://chrome.google.com/webstore/detail/github-extended/doidfnmbfadacpcjkekkgofkmnkljnhi
簡介 Discover more repositories
檔案大小 2.47 MB
安裝次數 323
目前版本 1.5.0
更新時間 2016-09-15
上架時間 2016-09-15
評分 4.33/5 共 3 次評分
開發者 onmyway133
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.fantageek.com
說明頁面URL http://www.fantageek.com
隱私政策頁面URL http://www.fantageek.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.5.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/emoji.js",
                "scripts\/colors.js",
                "bower_components\/fetch\/fetch.js",
                "bower_components\/jquery\/dist\/jquery.min.js",
                "bower_components\/jquery-ui\/jquery-ui.min.js"
            ],
            "css": [
                "bower_components\/jquery-ui\/themes\/smoothness\/jquery-ui.min.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/github.com\/*"
    ]
}