Copy data url
Saves images to data urls.
What is Copy data url?
Copy data url is a Chrome extension developed by https://esstudio.site, and its main feature is "Saves images to data urls.".
Extension Screenshots
Download Copy data url Extension CRX File
Download Copy data url extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Copy data url |
ID | kjffeaphhhihmdmginahldbkfhfgfifn |
Official URL | https://chromewebstore.google.com/detail/copy-data-url/kjffeaphhhihmdmginahldbkfhfgfifn |
Description | Saves images to data urls. |
File Size | 41.65 KB |
Installation Count | 113 |
Current Version | 1.0.4 |
Last Updated | 2022-10-01 |
Publish Date | 2019-04-22 |
Developer | https://esstudio.site |
[email protected] | |
Payment Type | free |
Extension Website | https://esstudio.site/copy-data-url-chrome-extension/ |
Help Page URL | https://esstudio.site/contact |
Privacy Policy Page URL | https://echosierrastudio.github.io/EchoSierraStudio/chrome-web-extensions-policy |
Supported Languages | 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": [ " |