Data URL Image Picker
Get any image on browser to the clipboard in url data format.
Qu'est-ce que Data URL Image Picker ?
Data URL Image Picker est une extension Chrome développée par marcusvmendes, et sa fonction principale est "Get any image on browser to the clipboard in url data format.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Data URL Image Picker
Téléchargez les fichiers d'extension Data URL Image Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | ipfnafipbdlnjkfjhjjhoafikikchojl |
URL Officiel | https://chrome.google.com/webstore/detail/data-url-image-picker/ipfnafipbdlnjkfjhjjhoafikikchojl |
Description | Get any image on browser to the clipboard in url data format. |
Taille du Fichier | 19.5 KB |
Nombre d'Installations | 142 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-09-26 |
Date de Publication | 2014-09-26 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | marcusvmendes |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Data URL Image Picker", "description": "Get any image on browser to the clipboard in url data format.", "version": "1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "persistent": true, "scripts": [ "imagepicker.core.js" ] }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/", "https:\/\/*\/", "webNavigation", "contextMenus", "clipboardWrite", "clipboardRead" ] } |