switch-document
Click to switch document
switch-documentとは何ですか?
switch-documentはDiamondYuanによって開発されたChromeの拡張機能で、その主な機能は「Click to switch document」です。
拡張機能のスクリーンショット
switch-document拡張機能のCRXファイルをダウンロード
switch-document拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A useful Chrome plugin that converts English documents into Chinese documents with one click. Or convert Chinese documents into English documents. 拡張機能の基本情報
| 名前 | |
| ID | icojdhhggneapoiebbdgilahidgkfpph |
| 公式URL | https://chromewebstore.google.com/detail/switch-document/icojdhhggneapoiebbdgilahidgkfpph |
| 説明 | Click to switch document |
| ファイルサイズ | 1008 KB |
| インストール数 | 17 |
| 現在のバージョン | 0.7 |
| 最終更新日 | 2019-08-23 |
| 公開日 | 2019-08-22 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | DiamondYuan |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "switch-document",
"description": "Click to switch document",
"version": "0.7",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"author": "DiamondYuan",
"icons": {
"128": "default.png"
},
"homepage_url": "https:\/\/github.com\/DiamondYuan\/switch-document",
"permissions": [
"tabs",
"https:\/\/raw.githubusercontent.com\/DiamondYuan\/switch-document\/master\/data.json"
],
"manifest_version": 2,
"browser_action": {
"name": "Click to switch document"
}
} | |