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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}