Streetview Screenshot
Take a screenshot in Google Streetview without the navigation elements in the way.
ما هو Streetview Screenshot؟
Streetview Screenshot هو إضافة Chrome تم تطويرها بواسطة brockthedev، والميزة الرئيسية لها هي "Take a screenshot in Google Streetview without the navigation elements in the way.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Streetview Screenshot
قم بتنزيل ملفات الامتداد Streetview Screenshot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension that allows you to take screenshots of your browser's current page with the click of a button. When in Google Maps or Streetview, the navigation elements will be automatically hidden when taking a screenshot. معلومات أساسية عن التمديد
| الاسم | |
| ID | nehbekcijblfffffinpjfoicfcjbcjen |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen |
| الوصف | Take a screenshot in Google Streetview without the navigation elements in the way. |
| حجم الملف | 11.56 KB |
| عدد التثبيتات | 4,000 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2020-08-14 |
| تاريخ النشر | 2020-08-14 |
| تقييم | 4.13/5 مجموع تقييمات 8 |
| المطور | brockthedev |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Streetview Screenshot"
},
"description": "Take a screenshot in Google Streetview without the navigation elements in the way.",
"name": "Streetview Screenshot",
"permissions": [
"activeTab"
],
"manifest_version": 2,
"version": "1.0",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
} | |