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”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Clean Street View Clean Street View
ID lhkidipggaennjfclhkocofdmbhcomhj
官方網址 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
}