Streetview Screenshot
Take a screenshot in Google Streetview without the navigation elements in the way.
Streetview Screenshotคืออะไร?
Streetview Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brockthedev และคุณลักษณะหลักของมันคือ "Take a screenshot in Google Streetview without the navigation elements in the way."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Streetview Screenshot
ดาวน์โหลดไฟล์ส่วนขยาย Streetview Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension that allows you to take screenshots of your browser's current page with the click of a button. When in Google Maps or Streetview, the navigation elements will be automatically hidden when taking a screenshot.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Streetview Screenshot |
ID | nehbekcijblfffffinpjfoicfcjbcjen |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen |
คำอธิบาย | Take a screenshot in Google Streetview without the navigation elements in the way. |
ขนาดไฟล์ | 11.56 KB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-08-14 |
วันที่เผยแพร่ | 2020-08-14 |
คะแนน | 4.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | brockthedev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Streetview Screenshot" }, "description": "Take a screenshot in Google Streetview without the navigation elements in the way.", "name": "Streetview Screenshot", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" } } |