Barcode Generator
Generate barcodes
Barcode Generatorとは何ですか?
Barcode Generatorはjunjianchによって開発されたChromeの拡張機能で、その主な機能は「Generate barcodes」です。
拡張機能のスクリーンショット
Barcode Generator拡張機能のCRXファイルをダウンロード
Barcode Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can use the shortcut key to call out the extension, and convert clipboard text to barcode. The default shortcut key is ctrl + b. 拡張機能の基本情報
| 名前 | |
| ID | cjdiimcdcfoaibmfoplmohdpbjgjapjb |
| 公式URL | https://chromewebstore.google.com/detail/barcode-generator/cjdiimcdcfoaibmfoplmohdpbjgjapjb |
| 説明 | Generate barcodes |
| ファイルサイズ | 13.21 KB |
| インストール数 | 68 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2022-09-06 |
| 公開日 | 2022-09-06 |
| 開発者 | junjianch |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Barcode Generator",
"description": "Generate barcodes",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"clipboardRead"
],
"action": {
"default_icon": {
"64": "barcode64.png"
},
"default_title": "Click Me",
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "MacCtrl+B"
},
"description": "Opens popup.html"
}
}
} | |