Pixcall
This extension will help you to save inspiration/reference images to Pixcall.
¿Qué es Pixcall?
Pixcall es una extensión de Chrome desarrollada por 简易网络, y su función principal es "This extension will help you to save inspiration/reference images to Pixcall.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pixcall
Descarga archivos de extensión Pixcall en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
⭐️ 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.
Información Básica de la Extensión
Nombre | Pixcall |
ID | damdgpjmjphpbefjenbpmmknijkiiemo |
URL Oficial | https://chromewebstore.google.com/detail/pixcall/damdgpjmjphpbefjenbpmmknijkiiemo |
Descripción | This extension will help you to save inspiration/reference images to Pixcall. |
Tamaño del Archivo | 655 KB |
Cantidad de Instalaciones | 1,657 |
Versión Actual | 2.2.2 |
Última Actualización | 2023-11-10 |
Fecha de Publicación | 2022-03-31 |
Calificación | 4.86/5 Total de 7 Calificaciones |
Desarrollador | 简易网络 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://pixcall.com |
URL de la Página de Ayuda | http://docs.pixcall.com |
URL de la Página de Política de Privacidad | http://docs.pixcall.com/docs/about/privacy |
Idiomas Soportados | 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": [ " |