GotoImageUrl
Directly go to image URL from Google Images,Yahoo Images,Ask Images
Co to jest GotoImageUrl?
GotoImageUrl to rozszerzenie Chrome opracowane przez Muthukumaran Navaneethakrishnan, a jego główną funkcją jest „Directly go to image URL from Google Images,Yahoo Images,Ask Images”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GotoImageUrl
Pobierz pliki rozszerzeń GotoImageUrl w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | khaobkpabpchpjccdceoakfkohgfepca |
| Oficjalny URL | https://chromewebstore.google.com/detail/gotoimageurl/khaobkpabpchpjccdceoakfkohgfepca |
| Opis | Directly go to image URL from Google Images,Yahoo Images,Ask Images |
| Rozmiar pliku | 25.51 KB |
| Liczba instalacji | 104 |
| Aktualna Wersja | 2.0 |
| Ostatnia Aktualizacja | 2023-01-01 |
| Data Publikacji | 2013-02-06 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | Muthukumaran Navaneethakrishnan |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.facebook.com/Gotoimageurl |
| Adres URL Strony Polityki Prywatności | http://deemwar.com/chrome-extn-privacypolicy.htm |
| Obsługiwane Języki | 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"
]
}
]
} | |