Let me google that for you

Easiest and fastest way to generate lmgtfy url

什麼是Let me google that for you?

Let me google that for you是由juanc.jara開發的Chrome擴展程式,該擴展的主要功能是“Easiest and fastest way to generate lmgtfy url”。

擴展截圖

screenshot
screenshot
screenshot

下載Let me google that for you擴展crx文件

下載Let me google that for you擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Let me google that for you Let me google that for you
ID kaamhgpodjkbdapnammkdnojlofcgfhe
官方網址 https://chrome.google.com/webstore/detail/deja-que-busque-eso-en-go/kaamhgpodjkbdapnammkdnojlofcgfhe
簡介 Easiest and fastest way to generate lmgtfy url
檔案大小 92.54 KB
安裝次數 119
目前版本 1.1
更新時間 2014-10-22
上架時間 2014-10-22
開發者 juanc.jara
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}