Let me google that for you

Easiest and fastest way to generate lmgtfy url

Let me google that for you là gì?

Let me google that for you là một tiện ích mở rộng Chrome được phát triển bởi juanc.jara, và tính năng chính của nó là "Easiest and fastest way to generate lmgtfy url".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Let me google that for you

Tải xuống các tệp mở rộng Let me google that for you 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

                        Select the desired text, right click, select lgtfy and paste the url generated                    

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

Tên Let me google that for you Let me google that for you
ID kaamhgpodjkbdapnammkdnojlofcgfhe
URL Chính Thức https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe
Mô tả Easiest and fastest way to generate lmgtfy url
Kích Thước Tệp 92.54 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-10-22
Ngày Phát Hành 2014-10-22
Nhà Phát Triển juanc.jara
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1",
    "default_locale": "es",
    "short_name": "lmgtfy",
    "browser_action": {
        "default_icon": "social_google_box.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "logic.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "clipboardRead",
        "notifications"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "author": "Juan Carlos Jara Loayza"
}