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 Tanveer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search images on Google by exact width and height from any web page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Search Images by Exact Size एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } } |