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 } |