I'm Feeling Lucky
Use I'm feeling lucky right from the Omnibox or from highlighted text
什麼是I'm Feeling Lucky?
I'm Feeling Lucky是由johnsylvain開發的Chrome擴展程式,該擴展的主要功能是“Use I'm feeling lucky right from the Omnibox or from highlighted text”。
擴展截圖
下載I'm Feeling Lucky擴展crx文件
下載I'm Feeling Lucky擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use Google's I'm feeling lucky feature in the Omnibox and by the highlighted text on your page! Omnibox: - Type '\' and hit Tab - Enter your query and hit enter! By cursor selection: - Highlight the text on the page you wish to search for - Right click and select I'm feeling lucky!
擴展基本資訊
名稱 | I'm Feeling Lucky |
ID | nibhmcokabkgmcgifpepmohpnfchpgda |
官方網址 | https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda |
簡介 | Use I'm feeling lucky right from the Omnibox or from highlighted text |
檔案大小 | 53.15 KB |
安裝次數 | 1,037 |
目前版本 | 0.0.2 |
更新時間 | 2017-05-04 |
上架時間 | 2017-05-04 |
開發者 | johnsylvain |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "I'm Feeling Lucky", "description": "Use I'm feeling lucky right from the Omnibox or from highlighted text", "version": "0.0.2", "author": "[email protected]", "omnibox": { "keyword": "\\" }, "icons": { "48": "icons\/icon48.png", "98": "icons\/icon98.png", "172": "icons\/icon172.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "tabs", "contextMenus" ] } |