GImages Direct
Makes your Google Images experience better .. :)
GImages Directคืออะไร?
GImages Direct เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iAnuj และคุณลักษณะหลักของมันคือ "Makes your Google Images experience better .. :)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GImages Direct
ดาวน์โหลดไฟล์ส่วนขยาย 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*" ] } |