Glo Web Clipper
A web clipper for GitKraken Glo boards.
Glo Web Clipperคืออะไร?
Glo Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jasper van Merle และคุณลักษณะหลักของมันคือ "A web clipper for GitKraken Glo boards."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glo Web Clipper
ดาวน์โหลดไฟล์ส่วนขยาย Glo Web Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Clip it, describe it and save it to a GitKraken Glo card. Use Glo Web Clipper to easily capture snippets of the web to a new or existing GitKraken Glo card. Optionally, you can also include a link to the website you're on and write a description about the clipped content or the link. Clipping options: - "Visible page" will take a screenshot of everything that's currently visible. - "Full page" will take a screenshot of the full page, including everything that is not visible. - "Selection" will allow you to freely select a rectangle to clip on the currently visible page. Saving options: - Create a new card using Glo Web Clipper and attach the clipped content as a comment on the newly created card. - Add the clipped content to an existing card as a comment.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ikfmgfnieohkknpbninokpleohjpbjbl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/glo-web-clipper/ikfmgfnieohkknpbninokpleohjpbjbl |
คำอธิบาย | A web clipper for GitKraken Glo boards. |
ขนาดไฟล์ | 59.61 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2019-04-11 |
วันที่เผยแพร่ | 2019-04-08 |
ผู้พัฒนา | Jasper van Merle |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jmerle/glo-web-clipper |
URL หน้าช่วยเหลือ | https://github.com/jmerle/glo-web-clipper/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://gist.github.com/jmerle/5f446afd17b51328e2a87aee6b475358 |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Glo Web Clipper", "description": "A web clipper for GitKraken Glo boards.", "version": "1.0.2", "author": "Jasper van Merle", "homepage_url": "https:\/\/github.com\/jmerle\/glo-web-clipper", "permissions": [ "storage", "tabs", "activeTab", "https:\/\/gloapi.gitkraken.com\/*" ], "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "20": "icons\/icon-20.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ " |