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).
扩展基本信息
名称 | Copy data url |
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 |
电子邮箱 | [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": [ " |