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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clean Street View
قم بتنزيل ملفات الامتداد Clean Street View بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 } |