Clean Street View

Remove the clutter from Google Street view for cleaner screen grabs

Clean Street Viewคืออะไร?

Clean Street View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developerdickinson และคุณลักษณะหลักของมันคือ "Remove the clutter from Google Street view for cleaner screen grabs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clean Street View

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}