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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
}