Conrad
A writer-focused swipe file
Conradとは何ですか?
Conradはvoucherify.ioによって開発されたChromeの拡張機能で、その主な機能は「A writer-focused swipe file」です。
拡張機能のスクリーンショット
Conrad拡張機能のCRXファイルをダウンロード
Conrad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Conrad |
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 |
Eメール | [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" ] } |