Copy Image URL
Copy image source URLs from Google image search
Wat is Copy Image URL?
Copy Image URL is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Copy image source URLs from Google image search".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Image URL
Download Copy Image 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
This extension allows you to copy an image source URL from the Google image search results
Basisinformatie over de Extensie
Naam | Copy Image URL |
ID | okellkdngnddldceghgglinloadinfgg |
Officiële URL | https://chromewebstore.google.com/detail/copy-image-url/okellkdngnddldceghgglinloadinfgg |
Beschrijving | Copy image source URLs from Google image search |
Bestandsgrootte | 39.65 KB |
Aantal Installaties | 1,468 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-04-27 |
Publicatiedatum | 2020-04-27 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/hooblei/cisu |
Help Pagina-URL | https://github.com/hooblei/cisu |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Image URL", "version": "1.2", "description": "Copy image source URLs from Google image search", "manifest_version": 2, "permissions": [ "contextMenus", "clipboardWrite" ], "background": { "scripts": [ "cisu.js" ] }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |