Pixcall
This extension will help you to save inspiration/reference images to Pixcall.
Pixcallคืออะไร?
Pixcall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 简易网络 และคุณลักษณะหลักของมันคือ "This extension will help you to save inspiration/reference images to Pixcall."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixcall
ดาวน์โหลดไฟล์ส่วนขยาย Pixcall ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
⭐️ Pixcall is a digital asset management app with a file hosting service for designers, video editors, photographers and other user groups who have a large number of local file management needs. It helps you manage pictures, videos and files of any format more efficiently. Pixcall products include: ▸ Pixcall desktop client ▸ Pixcall website ▸ Pixcall browser extension ⭐️ Pixcall browser extension has the following features: ▸ Save images and videos from any website to the Pixcall desktop client library ⭐️ You can learn more about Pixcall products by visiting https://pixcall.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pixcall |
ID | damdgpjmjphpbefjenbpmmknijkiiemo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pixcall/damdgpjmjphpbefjenbpmmknijkiiemo |
คำอธิบาย | This extension will help you to save inspiration/reference images to Pixcall. |
ขนาดไฟล์ | 655 KB |
จำนวนการติดตั้ง | 1,657 |
เวอร์ชันปัจจุบัน | 2.2.2 |
อัปเดตครั้งล่าสุด | 2023-11-10 |
วันที่เผยแพร่ | 2022-03-31 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | 简易网络 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pixcall.com |
URL หน้าช่วยเหลือ | http://docs.pixcall.com |
URL หน้านโยบายความเป็นส่วนตัว | http://docs.pixcall.com/docs/about/privacy |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.2.2", "action": { "default_title": "__MSG_openApp__", "default_popup": "popup.html" }, "default_locale": "en", "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "background": { "service_worker": "assets\/background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+P" }, "description": "__MSG_openApp__" }, "capture-area": { "suggested_key": { "default": "Alt+Shift+1" }, "description": "__MSG_captureArea__" }, "capture-viewport": { "suggested_key": { "default": "Alt+Shift+2" }, "description": "__MSG_captureViewport__" }, "capture-full-page": { "suggested_key": { "default": "Alt+Shift+3" }, "description": "__MSG_captureFullPage__" }, "capture-html": { "description": "__MSG_captureHTML__" } }, "content_scripts": [ { "all_frames": true, "js": [ "assets\/content.js" ], "matches": [ " |