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