Inertia

New tab replacement featuring a new image and inspirational quote every day

ما هو Inertia؟

Inertia هو إضافة Chrome تم تطويرها بواسطة Welded Anvil Technologies، والميزة الرئيسية لها هي "New tab replacement featuring a new image and inspirational quote every day".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Inertia replaces you new tab page with a new photo and quote every day to keep you moving, online or off.

NEW: Day/night world map displaying current satellite image and tropical weather. Check it out at the link in the bottom right corner.                    

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

الاسم Inertia Inertia
ID poilglcfjccifnjlemijmfkgkcljaihp
عنوان URL الرسمي https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp
الوصف New tab replacement featuring a new image and inspirational quote every day
حجم الملف 6.49 MB
عدد التثبيتات 17
النسخة الحالية 1.2.4.18
آخر تحديث 2015-07-04
تاريخ النشر 2015-07-04
تقييم 5.00/5 مجموع تقييمات 1
المطور Welded Anvil Technologies
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inertia",
    "version": "1.2.4.18",
    "manifest_version": 2,
    "description": "New tab replacement featuring a new image and inspirational quote every day",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/app.js"
        ]
    },
    "permissions": [
        "geolocation",
        "unlimitedStorage",
        "*:\/\/*.dailyinertia.com\/*",
        "*:\/\/*.mixpanel.com\/*",
        "*:\/\/*.mxpnl.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.dailyinertia.com https:\/\/api.mixpanel.com https:\/\/cdn.mxpnl.com 'unsafe-eval'; object-src 'self'",
    "offline_enabled": true
}