GotoImageUrl

Directly go to image URL from Google Images,Yahoo Images,Ask Images

Τι είναι το GotoImageUrl;

Το GotoImageUrl είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Muthukumaran Navaneethakrishnan, και η κύρια λειτουργία του είναι "Directly go to image URL from Google Images,Yahoo Images,Ask Images".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GotoImageUrl

Λήψη αρχείων επέκτασης GotoImageUrl σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα GotoImageUrl GotoImageUrl
ID khaobkpabpchpjccdceoakfkohgfepca
Επίσημο URL https://chromewebstore.google.com/detail/gotoimageurl/khaobkpabpchpjccdceoakfkohgfepca
Περιγραφή Directly go to image URL from Google Images,Yahoo Images,Ask Images
Μέγεθος Αρχείου 25.51 KB
Αριθμός Εγκαταστάσεων 104
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2023-01-01
Ημερομηνία Δημοσίευσης 2013-02-06
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Muthukumaran Navaneethakrishnan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.facebook.com/Gotoimageurl
URL της Σελίδας Πολιτικής Απορρήτου http://deemwar.com/chrome-extn-privacypolicy.htm
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}