GImages Direct
Makes your Google Images experience better .. :)
GImages Directとは何ですか?
GImages DirectはiAnujによって開発されたChromeの拡張機能で、その主な機能は「Makes your Google Images experience better .. :)」です。
拡張機能のスクリーンショット
GImages Direct拡張機能のCRXファイルをダウンロード
GImages Direct拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 .. :)
拡張機能の基本情報
名前 | |
ID | cifcbgbmllbmjpjpcnifgadnkcoimpll |
公式URL | https://chrome.google.com/webstore/detail/gimages-direct/cifcbgbmllbmjpjpcnifgadnkcoimpll |
説明 | Makes your Google Images experience better .. :) |
ファイルサイズ | 9.69 KB |
インストール数 | 20 |
現在のバージョン | 0.1.6 |
最終更新日 | 2012-08-26 |
公開日 | 2012-08-26 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | iAnuj |
支払い方法 | free |
対応言語 | 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*" ] } |