Simple Screenshot
Take a screenshot of current tab
Simple Screenshotคืออะไร?
Simple Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย julien.garniaux และคุณลักษณะหลักของมันคือ "Take a screenshot of current tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Screenshot
ดาวน์โหลดไฟล์ส่วนขยาย Simple Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Take a simple screenshot of the current tab. You can download and export the picture.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Screenshot |
ID | gplklnfnglehpidkjmiahfcjbpnimkkm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-screenshot/gplklnfnglehpidkjmiahfcjbpnimkkm |
คำอธิบาย | Take a screenshot of current tab |
ขนาดไฟล์ | 36.07 KB |
จำนวนการติดตั้ง | 598 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-12-02 |
วันที่เผยแพร่ | 2014-12-02 |
คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | julien.garniaux |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Screenshot", "version": "1.1", "description": "Take a screenshot of current tab", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Screenshot" }, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |