Pano fetch
Street View panorama fetcher.
ما هو Pano fetch؟
Pano fetch هو إضافة Chrome تم تطويرها بواسطة https://www.clicktorelease.com، والميزة الرئيسية لها هي "Street View panorama fetcher.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pano fetch
قم بتنزيل ملفات الامتداد Pano fetch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Download equirectangular panorama from Street View directly from the Google Maps page.
Just go to maps.google.com, find a street view that you want to download and click the extension button. You can choose the quality from 1 (very low) to 5 (very high - might not be available for some locations). The extension will download the tiles and compose the equirectangular panorama and automatically download the final image. معلومات أساسية عن التمديد
| الاسم | |
| ID | ggmfokbjchlhboclfngkneflhkopebbh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pano-fetch/ggmfokbjchlhboclfngkneflhkopebbh |
| الوصف | Street View panorama fetcher. |
| حجم الملف | 50.62 KB |
| عدد التثبيتات | 13,292 |
| النسخة الحالية | 1.8 |
| آخر تحديث | 2018-10-28 |
| تاريخ النشر | 2018-10-28 |
| تقييم | 3.42/5 مجموع تقييمات 71 |
| المطور | https://www.clicktorelease.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pano fetch",
"short_name": "Pano fetch",
"description": "Street View panorama fetcher.",
"version": "1.8",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/",
"downloads"
],
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "assets\/icon.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/maps.google.com https:\/\/maps.googleapis.com; object-src 'self'"
} | |