GitKraken Glo Chrome Extension

...

什麼是GitKraken Glo Chrome Extension?

GitKraken Glo Chrome Extension是由ofsajd.dev開發的Chrome擴展程式,該擴展的主要功能是“...”。

擴展截圖

下載GitKraken Glo Chrome Extension擴展crx文件

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

擴展使用說明

                        GitKraken Glo Google Chrome extension allows users to log in their existing GitKraken Glo account and create new boards, columns and cards. There are two ways of adding them, after selecting webpage content (text, image, or URL): using the context menu, or via the icon to the right of the address bar. The extension recognizes the type of the content selected, and fills adequate fields automatically.                    

擴展基本資訊

名稱 GitKraken Glo Chrome Extension GitKraken Glo Chrome Extension
ID picmkpdacnpmidcccopackaedhdfjigb
官方網址 https://chromewebstore.google.com/detail/gitkraken-glo-chrome-exte/picmkpdacnpmidcccopackaedhdfjigb
簡介 ...
檔案大小 3.61 MB
安裝次數 31
目前版本 0.0.1
更新時間 2019-03-31
上架時間 2019-03-31
開發者 ofsajd.dev
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitKraken Glo Chrome Extension",
    "description": "...",
    "version": "0.0.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "GitKraken Glo"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": [
        "contextMenus",
        "identity",
        "storage",
        "activeTab",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.github.com\/*",
        "*:\/\/*.gitkraken.com\/*"
    ]
}