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 |
官方網址 | 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 } |