Nearby

A beautifully minimalist render of the world outside, from the inside of every new tab.

ما هو Nearby؟

Nearby هو إضافة Chrome تم تطويرها بواسطة lukejacksonn، والميزة الرئيسية لها هي "A beautifully minimalist render of the world outside, from the inside of every new tab.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Nearby

قم بتنزيل ملفات الامتداد Nearby بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Be inspired by a regular glimpse of the outside world around you. The extension will fill your new tab pane with a subtly themed map of your surroundings based on your current location. Take a moment to appreciate the unique geography of your neighbourhood and see it evolve as you travel from place to place.                    

معلومات أساسية عن التمديد

الاسم Nearby Nearby
ID lijbcojopabonmlehhajelhdaoklbogi
عنوان URL الرسمي https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi
الوصف A beautifully minimalist render of the world outside, from the inside of every new tab.
حجم الملف 12.79 KB
عدد التثبيتات 87
النسخة الحالية 1.0.0
آخر تحديث 2018-11-06
تاريخ النشر 2018-11-05
تقييم 5.00/5 مجموع تقييمات 3
المطور lukejacksonn
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nearby",
    "description": "A beautifully minimalist render of the world outside, from the inside of every new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "https:\/\/maps.googleapis.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.googleapis.com; object-src 'self'"
}