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
拡張機能の基本情報
名前 | ezsheep |
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 |
Eメール | [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" ] } ] } |