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