Streetview Screenshot
Take a screenshot in Google Streetview without the navigation elements in the way.
什麼是Streetview Screenshot?
Streetview Screenshot是由brockthedev開發的Chrome擴展程式,該擴展的主要功能是“Take a screenshot in Google Streetview without the navigation elements in the way.”。
擴展截圖
下載Streetview Screenshot擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | nehbekcijblfffffinpjfoicfcjbcjen |
| 官方網址 | 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"
}
} | |