ScreenShooter
Screenshot your webpages with a gunshot.
ScreenShooterคืออะไร?
ScreenShooter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Screenshot your webpages with a gunshot."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScreenShooter
ดาวน์โหลดไฟล์ส่วนขยาย ScreenShooter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Screenshooter allows you to take a gunshot-fast screenshot of your active tab, with 1 simple click on the icon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bcnkleedhppcdfnpkgkhbninjeffgigj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screenshooter/bcnkleedhppcdfnpkgkhbninjeffgigj |
คำอธิบาย | Screenshot your webpages with a gunshot. |
ขนาดไฟล์ | 56.04 KB |
จำนวนการติดตั้ง | 166 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-03-17 |
วันที่เผยแพร่ | 2020-03-16 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenShooter", "version": "1.0", "description": "Screenshot your webpages with a gunshot.", "permissions": [ "activeTab" ], "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_title": "Screen Shooter", "default_icon": "img\/icons\/icon32.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "icons": { "16": "img\/icons\/icon16.png", "32": "img\/icons\/icon32.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" } } |