GotoImageUrl
Directly go to image URL from Google Images,Yahoo Images,Ask Images
Apa itu GotoImageUrl?
GotoImageUrl adalah ekstensi Chrome yang dikembangkan oleh Muthukumaran Navaneethakrishnan, dan fitur utamanya adalah "Directly go to image URL from Google Images,Yahoo Images,Ask Images".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GotoImageUrl
Unduh file ekstensi GotoImageUrl dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GotoImageUrl |
ID | khaobkpabpchpjccdceoakfkohgfepca |
URL Resmi | https://chromewebstore.google.com/detail/gotoimageurl/khaobkpabpchpjccdceoakfkohgfepca |
Deskripsi | Directly go to image URL from Google Images,Yahoo Images,Ask Images |
Ukuran File | 25.51 KB |
Jumlah Instalasi | 104 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2023-01-01 |
Tanggal Publikasi | 2013-02-06 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Muthukumaran Navaneethakrishnan |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.facebook.com/Gotoimageurl |
URL Halaman Kebijakan Privasi | http://deemwar.com/chrome-extn-privacypolicy.htm |
Bahasa yang Didukung | 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" ] } ] } |