Barcode Generator
Get barcodes from text selection in one click
Cos'è Barcode Generator?
Barcode Generator è un'estensione di Chrome sviluppata da Nathan Ferguson, e la sua funzione principale è "Get barcodes from text selection in one click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Barcode Generator
Scarica i file di estensione Barcode Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Generates Code-128 barcodes from selected text using the context menu.
Informazioni di Base sull'Estensione
Nome | Barcode Generator |
ID | jmadlddafklnidhjepieomnnjdiokacd |
URL Ufficiale | https://chromewebstore.google.com/detail/barcode-generator/jmadlddafklnidhjepieomnnjdiokacd |
Descrizione | Get barcodes from text selection in one click |
Dimensione del File | 6.35 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-09-05 |
Data di Pubblicazione | 2022-06-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Nathan Ferguson |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nathanfergusondev/barcodegenerator |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "Barcode Generator", "description": "Get barcodes from text selection in one click", "icons": { "16": "img\/barcode16.png", "32": "img\/barcode32.png", "48": "img\/barcode48.png", "64": "img\/barcode64.png", "128": "img\/barcode.png" }, "action": { "default_icon": "img\/barcode.png" }, "permissions": [ "contextMenus" ], "background": { "service_worker": "scripts\/background.js" } } |