PixPix Image Editor
Image editors for Shopify stores
PixPix Image Editorとは何ですか?
PixPix Image Editorはhttp://getpixpix.comによって開発されたChromeの拡張機能で、その主な機能は「Image editors for Shopify stores」です。
拡張機能のスクリーンショット
PixPix Image Editor拡張機能のCRXファイルをダウンロード
PixPix Image Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PixPix image editor is a simple to use editor with a lot of image editing options.
PixPix have a simple and intuitive interface, you can browser your products listing or directly search for a specific product using keyword search.
With Shopify Admin links integration, you can directly open a product in PixPix from your product details page in Shopify admin section.
PixPix have a variety of images editing tools, here are the most popular ones:
- Image Crop & Resize
- Change Image orientation
- Change Image Color and Lightning
- Enhance and Whiten parts of the image.
- Draw text or freely with a pencil
- Image Compression
- Bulk Images Upload
- Bulk Images Delete
- Photopea image editor
- SEO Image 拡張機能の基本情報
| 名前 | |
| ID | omimnfkomepgjbkjenbopdpocpfdfcha |
| 公式URL | https://chrome.google.com/webstore/detail/pixpix-image-editor/omimnfkomepgjbkjenbopdpocpfdfcha |
| 説明 | Image editors for Shopify stores |
| ファイルサイズ | 110 KB |
| インストール数 | 433 |
| 現在のバージョン | 0.3.4 |
| 最終更新日 | 2019-11-06 |
| 公開日 | 2019-11-06 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | http://getpixpix.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.getpixpix.com |
| プライバシーポリシーページのURL | https://www.getpixpix.com/privacy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.3.4",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"permissions": [
"*:\/\/*.aliexpress.com\/*",
"activeTab",
"tabs"
],
"externally_connectable": {
"matches": [
"*:\/\/*.getpixpix.com\/*"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.myshopify.com\/*"
],
"js": [
"bower_components\/jquery\/dist\/jquery.min.js",
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "PixPix Image Editor",
"default_popup": "popup.html"
}
} | |