Clean Street View
Remove the clutter from Google Street view for cleaner screen grabs
Clean Street Viewとは何ですか?
Clean Street Viewはdeveloperdickinsonによって開発されたChromeの拡張機能で、その主な機能は「Remove the clutter from Google Street view for cleaner screen grabs」です。
拡張機能のスクリーンショット
Clean Street View拡張機能のCRXファイルをダウンロード
Clean Street View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Screen grabs of street view are a common sight on many news websites. A crime report or other news story is often accompanied by a Street View Screen shot of the location. The problem is that the user interface can make getting a 'clean' screenshot difficult. Clean Street view is a small extension that removes the user interface elements so you can take better screenshots. It works by overriding the CSS code to 'hide' the elements.
The original idea came from a post by UK Journalist and lecturer Karl Hodge. He identified the CSS elements on the page which are used in the plugin. Note: Clean Street view doesn't remove the street names of direction arrows. These are baked into the image. 拡張機能の基本情報
| 名前 | |
| ID | lhkidipggaennjfclhkocofdmbhcomhj |
| 公式URL | https://chromewebstore.google.com/detail/clean-street-view/lhkidipggaennjfclhkocofdmbhcomhj |
| 説明 | Remove the clutter from Google Street view for cleaner screen grabs |
| ファイルサイズ | 17.84 KB |
| インストール数 | 3,395 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-10-17 |
| 公開日 | 2019-10-17 |
| 評価 | 3.71/5 合計 7 レビュー |
| 開発者 | developerdickinson |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clean Street View",
"description": "Remove the clutter from Google Street view for cleaner screen grabs",
"version": "1.0",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_title": "Clean Street View "
},
"manifest_version": 2
} | |