Copy data url
Saves images to data urls.
Wat is Copy data url?
Copy data url is een Chrome-extensie ontwikkeld door https://esstudio.site, en de belangrijkste functie is "Saves images to data urls.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy data url
Download Copy data url-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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). Basisinformatie over de Extensie
| Naam | |
| ID | kjffeaphhhihmdmginahldbkfhfgfifn |
| Officiële URL | https://chromewebstore.google.com/detail/copy-data-url/kjffeaphhhihmdmginahldbkfhfgfifn |
| Beschrijving | Saves images to data urls. |
| Bestandsgrootte | 41.65 KB |
| Aantal Installaties | 113 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2022-10-01 |
| Publicatiedatum | 2019-04-22 |
| Ontwikkelaar | https://esstudio.site |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://esstudio.site/copy-data-url-chrome-extension/ |
| Help Pagina-URL | https://esstudio.site/contact |
| URL van de Privacybeleid Pagina | https://echosierrastudio.github.io/EchoSierraStudio/chrome-web-extensions-policy |
| Ondersteunde Talen | 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": [
" | |