Znip
Take, annotate, share screenshots! It's as simple as that :)
Znipคืออะไร?
Znip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย znip.ext และคุณลักษณะหลักของมันคือ "Take, annotate, share screenshots! It's as simple as that :)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Znip
ดาวน์โหลดไฟล์ส่วนขยาย Znip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Znip!
Very simple and useful extension for taking screenshots in chrome
- Take screenshot in chrome with simple click and drag (double click for capturing the full window)
- Annotate your znips, drawing simple arrows, lines, circles
- Upload or copy your screenshots to Google Drive with one click, ready to share! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | omihdhcegandhhimjcbioaacahdhfncn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/znip/omihdhcegandhhimjcbioaacahdhfncn |
| คำอธิบาย | Take, annotate, share screenshots! It's as simple as that :) |
| ขนาดไฟล์ | 104 KB |
| จำนวนการติดตั้ง | 55 |
| เวอร์ชันปัจจุบัน | 0.0.0.6 |
| อัปเดตครั้งล่าสุด | 2018-01-19 |
| วันที่เผยแพร่ | 2018-01-19 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | znip.ext |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Znip",
"version": "0.0.0.6",
"description": "Take, annotate, share screenshots! It's as simple as that :)",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "resources\/icon.png",
"default_title": "Znip!"
},
"icons": {
"16": "resources\/icon_16.png",
"24": "resources\/icon_24.png",
"32": "resources\/icon_32.png",
"48": "resources\/icon_48.png",
"128": "resources\/icon_128.png",
"256": "resources\/icon_256.png"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjL9mx+m0JY0C4gq7NPrXWSLor2PrEy5X8Anx1nzHmw+M+O54v6lvvpd0ioPY+asVtsY3E8661wzSgpjEz4AgzwahKrYVm+4uvRsj5goN31tCS61jbUCmh\/pFdJfh+JjeecilGHWU8YR7EB\/TQ+38OWexjqfdqvdAqjMwZcYFgyJ3lJuZ2cFItYEQrnL5Gid9JHffzyAF+WUb70w7HxUHgtJ\/yN+ZBIscAk58Ca\/71iR3UlcHpj8HjGuNLsOX2T9UKXxAiIvVlV95ct09XhXnJz6Z95SJmW7f3003ebN0EYsqeycMNb10ZaG3hOJmUWgdz\/ntxbnqRJn43o89\/nklVwIDAQAB",
"permissions": [
"identity",
"tabs",
"activeTab",
"storage"
],
"oauth2": {
"client_id": "532586903873-pu015775u8rgjaooh0oit1vbgc7osjnj.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"manifest_version": 2
} | |