Image to Base64 Encoder
Convert image to base64
Image to Base64 Encoderとは何ですか?
Image to Base64 Encoderはhttps://abhisheksatre.comによって開発されたChromeの拡張機能で、その主な機能は「Convert image to base64」です。
拡張機能のスクリーンショット
Image to Base64 Encoder拡張機能のCRXファイルをダウンロード
Image to Base64 Encoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Image to Base64 Encoder |
ID | ckkinejbeeejbhkmjagfajnagnondgim |
公式URL | https://chromewebstore.google.com/detail/image-to-base64-encoder/ckkinejbeeejbhkmjagfajnagnondgim |
説明 | Convert image to base64 |
ファイルサイズ | 21.89 KB |
インストール数 | 279 |
現在のバージョン | 1.0 |
最終更新日 | 2017-07-02 |
公開日 | 2017-07-02 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | https://abhisheksatre.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://abhisheksatre.com/tools/image-to-base64-encoder/?utm_source=chromestore&utm_medium=link |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image to Base64 Encoder", "description": "Convert image to base64", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "ui.html" }, "icons": { "16": "icon.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "permissions": [ " |