Inertia
New tab replacement featuring a new image and inspirational quote every day
Inertiaとは何ですか?
InertiaはWelded Anvil Technologiesによって開発されたChromeの拡張機能で、その主な機能は「New tab replacement featuring a new image and inspirational quote every day」です。
拡張機能のスクリーンショット
Inertia拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 } |