GImages Direct
Makes your Google Images experience better .. :)
What is GImages Direct?
GImages Direct is a Chrome extension developed by iAnuj, and its main feature is "Makes your Google Images experience better .. :)".
Extension Screenshots
Download GImages Direct Extension CRX File
Download GImages Direct extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Gives you instant direct access to images. # Opens direct images in a silent background tab (a time saver for power users) # Searches for 640x480 and higher images by default # Right click context menu option to enable/disable GImages Direct. # + some miscellaneous tweaks All this to make your Google Images experience better .. :)
Extension Basic Information
Name | |
ID | cifcbgbmllbmjpjpcnifgadnkcoimpll |
Official URL | https://chrome.google.com/webstore/detail/gimages-direct/cifcbgbmllbmjpjpcnifgadnkcoimpll |
Description | Makes your Google Images experience better .. :) |
File Size | 9.69 KB |
Installation Count | 20 |
Current Version | 0.1.6 |
Last Updated | 2012-08-26 |
Publish Date | 2012-08-26 |
Rating | 4.00/5 Total 1 Ratings |
Developer | iAnuj |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "GImages Direct", "description": "Makes your Google Images experience better .. :)", "version": "0.1.6", "manifest_version": 2, "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "background": { "page": "bg.html" }, "content_scripts": [ { "all_frames": true, "js": [ "script.js" ], "matches": [ "*:\/\/*.google.com\/*tbm=isch*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "google-images-direct.js", "style.css" ], "permissions": [ "tabs", "contextMenus", "*:\/\/*.google.com\/*tbm=isch*" ] } |