Influence
Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.
什么是Influence?
Influence是由https://petroskal.com开发的Chrome扩展程序,该扩展的主要功能是“Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.”。
扩展截图
下载Influence扩展crx文件
下载Influence扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features:
• Clean minimal design
• Dark mode
• Stunning backgrounds
• To Do list
• Weather forecast
• Date & time
• Most visited links
• Full bookmarks list
• Recently added bookmarks
• Browsing history
• Download manager 扩展基本信息
| 名称 | |
| ID | ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| 官方URL | https://chromewebstore.google.com/detail/influence/ehbacbnlkpdfkmgcmkpkaoeaoijpcihi |
| 简介 | Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience. |
| 文件大小 | 14.81 MB |
| 安装次数 | 233 |
| 当前版本 | 2.3 |
| 更新时间 | 2020-10-27 |
| 上架时间 | 2020-06-23 |
| 评分 | 4.25/5 共4次评分 |
| 开发者 | https://petroskal.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/kalpetros/influence |
| 帮助页面URL | https://github.com/kalpetros/influence/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Influence",
"description": "Minimal Chrome new tab page replacement featuring a to-do list, weather information and tools to enhance your browsing experience.",
"version": "2.3",
"author": "Petros Kalogiannakis",
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"topSites",
"bookmarks",
"history",
"downloads",
"geolocation"
]
} | |