Copy data url
Saves images to data urls.
Copy data urlとは何ですか?
Copy data urlはhttps://esstudio.siteによって開発されたChromeの拡張機能で、その主な機能は「Saves images to data urls.」です。
拡張機能のスクリーンショット
Copy data url拡張機能のCRXファイルをダウンロード
Copy data url拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Convert any image to a base64 data url. Easy when you quickly need to inline images in your html or css documents.
It now supports inline svg images and the file:// protocol (when you're viewing local files). 拡張機能の基本情報
| 名前 | |
| ID | kjffeaphhhihmdmginahldbkfhfgfifn |
| 公式URL | https://chromewebstore.google.com/detail/copy-data-url/kjffeaphhhihmdmginahldbkfhfgfifn |
| 説明 | Saves images to data urls. |
| ファイルサイズ | 41.65 KB |
| インストール数 | 113 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2022-10-01 |
| 公開日 | 2019-04-22 |
| 開発者 | https://esstudio.site |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://esstudio.site/copy-data-url-chrome-extension/ |
| ヘルプページのURL | https://esstudio.site/contact |
| プライバシーポリシーページのURL | https://echosierrastudio.github.io/EchoSierraStudio/chrome-web-extensions-policy |
| 対応言語 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "__MSG_shortName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.4",
"permissions": [
"contextMenus"
],
"action": {
"default_icon": {
"16": "assets\/icon16.png",
"24": "assets\/icon24.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"64": "assets\/icon64.png",
"128": "assets\/icon128.png"
},
"default_title": "__MSG_appName__"
},
"icons": {
"16": "assets\/icon16.png",
"24": "assets\/icon24.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"64": "assets\/icon64.png",
"128": "assets\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
" | |