letmegooglethatforyou

Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard

letmegooglethatforyou là gì?

letmegooglethatforyou là một tiện ích mở rộng Chrome được phát triển bởi ilya.zatolokin, và tính năng chính của nó là "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard".

Ả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 letmegooglethatforyou

Tải xuống các tệp mở rộng letmegooglethatforyou 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

                        Tired of stupid questions in groups and forums? 
Install the extension -> select text of the stupid question -> right click -> click  the 'Let me google that for you' in the context menu.
'Voila!' you've got a link to https://lmgtfy.com in the clipboard with the text of the stupid question.
Simply paste it as answer.
You rocks!                    

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

Tên letmegooglethatforyou letmegooglethatforyou
ID hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
URL Chính Thức https://chromewebstore.google.com/detail/letmegooglethatforyou/hnnaigfjnbbmhmgpjdbhjohjopnkpkjd
Mô tả Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard
Kích Thước Tệp 4.37 KB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-07-20
Ngày Phát Hành 2017-07-20
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ilya.zatolokin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "letmegooglethatforyou",
    "description": "Select text. Click 'Let me google that for you' in the context menu. Link to lmgtfy.com is in the clipboard",
    "version": "0.1",
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "contextMenu.js"
        ]
    },
    "icons": {
        "16": "lmgtfy.png"
    }
}