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
公式URL 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\/*"
    ]
}