GotoImageUrl
Directly go to image URL from Google Images,Yahoo Images,Ask Images
Wat is GotoImageUrl?
GotoImageUrl is een Chrome-extensie ontwikkeld door Muthukumaran Navaneethakrishnan, en de belangrijkste functie is "Directly go to image URL from Google Images,Yahoo Images,Ask Images".
Extensie Screenshots
Download het CRX-bestand van de extensie GotoImageUrl
Download GotoImageUrl-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 is meant for those who use search using Google image , Ask Image & Yahoo Image Opening link in new tab from the result image will result in a frame based panel , with this extension opening link in new tab will directly open the webpage of the hosted Image.
Basisinformatie over de Extensie
Naam | GotoImageUrl |
ID | khaobkpabpchpjccdceoakfkohgfepca |
Officiële URL | https://chromewebstore.google.com/detail/gotoimageurl/khaobkpabpchpjccdceoakfkohgfepca |
Beschrijving | Directly go to image URL from Google Images,Yahoo Images,Ask Images |
Bestandsgrootte | 25.51 KB |
Aantal Installaties | 104 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2023-01-01 |
Publicatiedatum | 2013-02-06 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Muthukumaran Navaneethakrishnan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.facebook.com/Gotoimageurl |
URL van de Privacybeleid Pagina | http://deemwar.com/chrome-extn-privacypolicy.htm |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GotoImageUrl", "description": "Directly go to image URL from Google Images,Yahoo Images,Ask Images", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "2.0", "manifest_version": 3, "permissions": [], "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/imgres*", "https:\/\/*\/imgres*", "http:\/\/*\/images*", "https:\/\/*\/images*", "http:\/\/*\/fr*", "https:\/\/*\/fr*" ], "js": [ "content.js" ] } ] } |