ezsheep
This extension is to beautify the label print page of ebay
什么是ezsheep?
ezsheep是由uniphonepty开发的Chrome扩展程序,该扩展的主要功能是“This extension is to beautify the label print page of ebay”。
扩展截图
下载ezsheep扩展crx文件
下载ezsheep扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
this extension is used to format and prettify ebay's print Address labels function
Feature:
[secure] No need to login ebay account to thrid party website
[customize] Uploda your own logo and put it in the address label 扩展基本信息
| 名称 | |
| ID | lkcfnlclegbgbdmfklccffmlikkamcae |
| 官方URL | https://chromewebstore.google.com/detail/ezsheep/lkcfnlclegbgbdmfklccffmlikkamcae |
| 简介 | This extension is to beautify the label print page of ebay |
| 文件大小 | 710 KB |
| 安装次数 | 45 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2019-04-06 |
| 上架时间 | 2019-04-05 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | uniphonepty |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ezsheep",
"version": "0.1.0",
"manifest_version": 2,
"description": "This extension is to beautify the label print page of ebay",
"homepage_url": "http:\/\/extensionizr.com",
"icons": {
"16": "icons\/sheep16.png",
"48": "icons\/sheep48.png",
"128": "icons\/sheep128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"page_action": {
"default_icon": "icons\/sheep19.png",
"default_title": "page action demo",
"default_popup": "src\/page_action\/page_action.html"
},
"permissions": [
"tabs",
"https:\/\/k2b-print.ebay.com.au\/*",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/k2b-print.ebay.com.au\/*",
"https:\/\/k2b-bulk.ebay.com.au\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
],
"css": [
"src\/inject\/inject.css"
]
}
]
} | |