Inertia

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

Inertia là gì?

Inertia là một tiện ích mở rộng Chrome được phát triển bởi Welded Anvil Technologies, và tính năng chính của nó là "New tab replacement featuring a new image and inspirational quote every day".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inertia

Tải xuống các tệp mở rộng Inertia dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inertia Inertia
ID poilglcfjccifnjlemijmfkgkcljaihp
URL Chính Thức https://chromewebstore.google.com/detail/inertia/poilglcfjccifnjlemijmfkgkcljaihp
Mô tả New tab replacement featuring a new image and inspirational quote every day
Kích Thước Tệp 6.49 MB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.2.4.18
Cập Nhật Lần Cuối 2015-07-04
Ngày Phát Hành 2015-07-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Welded Anvil Technologies
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}