Google Search Images by Exact Size

Search images on Google by exact width and height from any web page

Τι είναι το Google Search Images by Exact Size;

Το Google Search Images by Exact Size είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tanveer, και η κύρια λειτουργία του είναι "Search images on Google by exact width and height from any web page".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Search Images by Exact Size

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

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

                        Search Images on Google by Exact Custom Size

Google Search Images by Exact Size (GSIES) allows you to search images with custom width and height from any web page.

Keyboard Shortcut: Ctrl + I

Have any suggestions?
Tweet me: @tanveer86
Twitter - https://twitter.com/tanveer86                    

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

Όνομα Google Search Images by Exact Size Google Search Images by Exact Size
ID gikkckcfijodmnfgadbgcknkmcpkecej
Επίσημο URL https://chromewebstore.google.com/detail/google-search-images-by-e/gikkckcfijodmnfgadbgcknkmcpkecej
Περιγραφή Search images on Google by exact width and height from any web page
Μέγεθος Αρχείου 14.94 KB
Αριθμός Εγκαταστάσεων 446
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-10-31
Ημερομηνία Δημοσίευσης 2019-10-30
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Tanveer
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.masaischool.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Images by Exact Size",
    "description": "Search images on Google by exact width and height from any web page",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "\/images\/icon-bitty.png",
        "48": "\/images\/icon-small.png",
        "128": "\/images\/icon-large.png"
    },
    "browser_action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": "\/images\/icon-bitty.png"
    },
    "author": "Mohammed Tanveer",
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "MacCtrl+I"
            },
            "description": "Opens popup.html"
        }
    }
}