Lucky
Search selected text using Google's I'm Feeling Lucky
Luckyとは何ですか?
LuckyはFallenMaxによって開発されたChromeの拡張機能で、その主な機能は「Search selected text using Google's I'm Feeling Lucky」です。
拡張機能のスクリーンショット
Lucky拡張機能のCRXファイルをダウンロード
Lucky拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
To use, select some text and right-click for context menu. A background tab will be opened.
拡張機能の基本情報
名前 | Lucky |
ID | plhnihbgbecfldikjpgcfadhepjblcmp |
公式URL | https://chromewebstore.google.com/detail/lucky/plhnihbgbecfldikjpgcfadhepjblcmp |
説明 | Search selected text using Google's I'm Feeling Lucky |
ファイルサイズ | 25.37 KB |
インストール数 | 153 |
現在のバージョン | 0.0.2 |
最終更新日 | 2015-12-12 |
公開日 | 2015-12-12 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | FallenMax |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/FallenMax/chrome-extension-lucky |
ヘルプページのURL | https://github.com/FallenMax/chrome-extension-lucky/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lucky", "version": "0.0.2", "description": "Search selected text using Google's I'm Feeling Lucky", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "[email protected]", "permissions": [ "contextMenus" ], "background": { "persistent": false, "scripts": [ "lucky.js" ] } } |