Conrad
A writer-focused swipe file
什么是Conrad?
Conrad是由voucherify.io开发的Chrome扩展程序,该扩展的主要功能是“A writer-focused swipe file”。
扩展截图
下载Conrad扩展crx文件
下载Conrad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | nohgfkpnpkgfmbndacgoapokhkkeadip |
| 官方URL | https://chromewebstore.google.com/detail/conrad/nohgfkpnpkgfmbndacgoapokhkkeadip |
| 简介 | A writer-focused swipe file |
| 文件大小 | 281 KB |
| 安装次数 | 21 |
| 当前版本 | 0.1.2 |
| 更新时间 | 2018-08-01 |
| 上架时间 | 2018-08-01 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | voucherify.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.getconrad.xyz/ |
| 帮助页面URL | https://www.getconrad.xyz/ |
| 隐私政策页面URL | https://www.getconrad.xyz |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Conrad",
"version": "0.1.2",
"description": "A writer-focused swipe file",
"web_accessible_resources": [
"entry.js"
],
"icons": {
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Conrad"
},
"manifest_version": 2,
"permissions": [
"activeTab",
"https:\/\/*\/*",
"http:\/\/*\/*",
"webRequest",
"webRequestBlocking"
]
} | |