GotoImageUrl

Directly go to image URL from Google Images,Yahoo Images,Ask Images

GotoImageUrl là gì?

GotoImageUrl là một tiện ích mở rộng Chrome được phát triển bởi Muthukumaran Navaneethakrishnan, và tính năng chính của nó là "Directly go to image URL from Google Images,Yahoo Images,Ask Images".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GotoImageUrl

Tải xuống các tệp mở rộng GotoImageUrl dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension is meant for those who use search using Google image , Ask Image & Yahoo Image

Opening link in new tab from the result image will result in a frame based panel , with this extension opening link in new tab will directly open the webpage of the hosted Image.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GotoImageUrl GotoImageUrl
ID khaobkpabpchpjccdceoakfkohgfepca
URL Chính Thức https://chromewebstore.google.com/detail/gotoimageurl/khaobkpabpchpjccdceoakfkohgfepca
Mô tả Directly go to image URL from Google Images,Yahoo Images,Ask Images
Kích Thước Tệp 25.51 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-01-01
Ngày Phát Hành 2013-02-06
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Muthukumaran Navaneethakrishnan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.facebook.com/Gotoimageurl
URL Trang Chính Sách Bảo Mật http://deemwar.com/chrome-extn-privacypolicy.htm
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GotoImageUrl",
    "description": "Directly go to image URL from Google Images,Yahoo Images,Ask Images",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "2.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/imgres*",
                "https:\/\/*\/imgres*",
                "http:\/\/*\/images*",
                "https:\/\/*\/images*",
                "http:\/\/*\/fr*",
                "https:\/\/*\/fr*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}