Barcode Web
Print barcodes straight from Chrome!
Apa itu Barcode Web?
Barcode Web adalah ekstensi Chrome yang dikembangkan oleh Sydney Garrett, dan fitur utamanya adalah "Print barcodes straight from Chrome!".
Unduh Berkas CRX Ekstensi Barcode Web
Unduh file ekstensi Barcode Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | geidjbkdjhpkigchocfnnfbompngfoda |
URL Resmi | https://chrome.google.com/webstore/detail/barcode-web/geidjbkdjhpkigchocfnnfbompngfoda |
Deskripsi | Print barcodes straight from Chrome! |
Ukuran File | 11.54 MB |
Jumlah Instalasi | 185 |
Versi Saat Ini | 2.1.0 |
Terakhir Diperbarui | 2016-12-07 |
Tanggal Publikasi | 2016-12-07 |
Pengembang | Sydney Garrett |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Barcode Web", "description": "Print barcodes straight from Chrome!", "options_ui": { "page": "options.html", "chrome_style": true }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+B", "mac": "Command+B", "linux": "Ctrl+B" } } }, "version": "2.1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "menu.js" ] }, "permissions": [ "storage", "commands", "contextMenus", "tabs", "*:\/\/*\/*", "https:\/\/*\/*", "http:\/\/*\/*" ] } |