Plutio
The Official Plutio Extension
什么是Plutio?
Plutio是由https://plutio.com开发的Chrome扩展程序,该扩展的主要功能是“The Official Plutio Extension”。
扩展截图
下载Plutio扩展crx文件
下载Plutio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create tasks and track time from your browser using this easy to use Plutio Official Extension. 扩展基本信息
| 名称 | |
| ID | ihflmpjhkokbfgcjcamhpbibpccepmgp |
| 官方URL | https://chromewebstore.google.com/detail/plutio/ihflmpjhkokbfgcjcamhpbibpccepmgp |
| 简介 | The Official Plutio Extension |
| 文件大小 | 109 KB |
| 安装次数 | 988 |
| 当前版本 | 4.0 |
| 更新时间 | 2020-09-23 |
| 上架时间 | 2020-08-21 |
| 评分 | 4.00/5 共5次评分 |
| 开发者 | https://plutio.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.plutio.com/legal/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Plutio",
"description": "The Official Plutio Extension",
"version": "4.0",
"browser_action": {
"default_icon": "plutio.png",
"default_popup": "popup.html"
},
"icons": {
"16": "plutio16.png",
"22": "plutio22.png",
"32": "plutio32.png",
"48": "plutio48.png",
"128": "plutio128.png"
},
"background": {
"scripts": [
"liveTimer.js",
"trackTime.js",
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"identity",
"storage",
"https:\/\/app.plutio.com\/signin\/authorize?app_id=CwtBod3Y8cXRAu4FZ",
"https:\/\/www.plutio.com\/*",
"https:\/\/www.app.plutio.com\/*"
]
} | |