Pixavo Clipper
Save styles and images to Pixavo
Pixavo Clipperคืออะไร?
Pixavo Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pixavo.com และคุณลักษณะหลักของมันคือ "Save styles and images to Pixavo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixavo Clipper
ดาวน์โหลดไฟล์ส่วนขยาย Pixavo Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Pixavo Clipper, you can clip from anywhere straight into your Pixavo account. Once you find what you want to clip, either right-click the image or click the extension icon on your browser bar. We'll ask for some basic information and save it to your account for you. If you're clipping a style: For any retailers that offer commissions, we'll let you know how much you can expect for influencing that sale. You're also welcome to clip styles from other retailers, we just won't be able to offer any commission on those. When you get back to Pixavo, you'll find these under the "Clipped" department wherever you search and filter for styles. If you're clipping an image: Sometimes you just need to spruce things up a bit, right? If all you need is the image, you can choose that too. When you get back to Pixavo you'll find these under "Images."
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pixavo Clipper |
ID | bmogalfkfgedhhkolfkblnkomdhlgfgp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pixavo-clipper/bmogalfkfgedhhkolfkblnkomdhlgfgp |
คำอธิบาย | Save styles and images to Pixavo |
ขนาดไฟล์ | 488 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 0.5.4 |
อัปเดตครั้งล่าสุด | 2019-05-15 |
วันที่เผยแพร่ | 2019-05-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://pixavo.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://get.pixavo.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Clipper", "name": "Pixavo Clipper", "version": "0.5.4", "description": "Save styles and images to Pixavo", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "permissions": [ "*:\/\/*.pixavo.com\/*", "*:\/\/localhost\/*", "contextMenus", "cookies", "storage", "activeTab" ], "externally_connectable": { "matches": [ "*:\/\/*.pixavo.com:*\/*", "*:\/\/localhost:*\/*" ] }, "minimum_chrome_version": "6.0.0.0", "icons": { "16": "pixavo_logo_16px.png", "48": "pixavo_logo_48px.png", "128": "pixavo_logo_128px.png" }, "manifest_version": 2 } |