GitKraken Glo Chrome Extension
...
GitKraken Glo Chrome Extensionคืออะไร?
GitKraken Glo Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ofsajd.dev และคุณลักษณะหลักของมันคือ "..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitKraken Glo Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |