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.」です。
拡張機能のスクリーンショット
Pixcall拡張機能のCRXファイルをダウンロード
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 レビュー |
開発者 | 简易网络 |
Eメール | [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": [ " |