Pixelmodo
Easy Graphic Design Software. Simple Photo Editor.
Pixelmodoとは何ですか?
Pixelmodoはhttp://pixelmodo.comによって開発されたChromeの拡張機能で、その主な機能は「Easy Graphic Design Software. Simple Photo Editor.」です。
拡張機能のスクリーンショット
Pixelmodo拡張機能のCRXファイルをダウンロード
Pixelmodo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Grab text and images from any webpage into the PixelModo editor for quick customisation. Highlight texts or right-click images on any webpage, select "Open in Pixelmodo". You'll be taken instantly to the editor to complete your graphics. Pixelmodo offers you: - Over 2,000,000+ royalty-free background photos, icons and shapes - Over 1,000,000+ quotes - 500+ templates with 50+ new templates added monthly - Ability to upload custom fonts - Ability to invite team members and organise your graphics in Folders - Pick a Pre-set size or enter a custom size.
拡張機能の基本情報
名前 | |
ID | imbndbhdcdpdflhcfheflmabchahkooc |
公式URL | https://chrome.google.com/webstore/detail/pixelmodo/imbndbhdcdpdflhcfheflmabchahkooc |
説明 | Easy Graphic Design Software. Simple Photo Editor. |
ファイルサイズ | 42.67 KB |
インストール数 | 835 |
現在のバージョン | 1.2 |
最終更新日 | 2018-08-17 |
公開日 | 2018-08-17 |
評価 | 1.82/5 合計 11 レビュー |
開発者 | http://pixelmodo.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://pixelmodo.com |
ヘルプページのURL | https://pixelmodo.com/contact |
プライバシーポリシーページのURL | https://joyworks.io/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixelmodo", "description": "Easy Graphic Design Software. Simple Photo Editor.", "version": "1.2", "browser_action": { "default_icon": "favicon.png", "default_title": "Pixelmodo" }, "icons": { "32": "favicon.png", "48": "favicon.png", "56": "favicon.png", "64": "favicon.png" }, "permissions": [ "activeTab", "storage", "contextMenus", "tabs" ], "background": { "scripts": [ "pixelmodo.js" ] } } |