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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |