Simple Shot
Saves a PNG screenshot of the current tab.
Simple Shotคืออะไร?
Simple Shot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Szucko และคุณลักษณะหลักของมันคือ "Saves a PNG screenshot of the current tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Shot
ดาวน์โหลดไฟล์ส่วนขยาย Simple Shot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Shot |
ID | pdealbbnhcgmlaibjhmppnlflkpcfich |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-shot/pdealbbnhcgmlaibjhmppnlflkpcfich |
คำอธิบาย | Saves a PNG screenshot of the current tab. |
ขนาดไฟล์ | 8.65 KB |
จำนวนการติดตั้ง | 172 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-03-20 |
วันที่เผยแพร่ | 2016-03-20 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Chris Szucko |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "downloads" ], "commands": { "take-screenshot": { "description": "__MSG_context_menu_take_screenshot__" } }, "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "default_locale": "en", "manifest_version": 2 } |