Barcode Web
Print barcodes straight from Chrome!
什麼是Barcode Web?
Barcode Web是由Sydney Garrett開發的Chrome擴展程式,該擴展的主要功能是“Print barcodes straight from Chrome!”。
下載Barcode Web擴展crx文件
下載Barcode Web擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | geidjbkdjhpkigchocfnnfbompngfoda |
| 官方網址 | https://chrome.google.com/webstore/detail/barcode-web/geidjbkdjhpkigchocfnnfbompngfoda |
| 簡介 | Print barcodes straight from Chrome! |
| 檔案大小 | 11.54 MB |
| 安裝次數 | 185 |
| 目前版本 | 2.1.0 |
| 更新時間 | 2016-12-07 |
| 上架時間 | 2016-12-07 |
| 開發者 | Sydney Garrett |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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:\/\/*\/*"
]
} | |