Lucky
Search selected text using Google's I'm Feeling Lucky
What is Lucky?
Lucky is a Chrome extension developed by FallenMax, and its main feature is "Search selected text using Google's I'm Feeling Lucky".
Extension Screenshots
Download Lucky Extension CRX File
Download Lucky extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
To use, select some text and right-click for context menu. A background tab will be opened.
Extension Basic Information
Name | Lucky |
ID | plhnihbgbecfldikjpgcfadhepjblcmp |
Official URL | https://chromewebstore.google.com/detail/lucky/plhnihbgbecfldikjpgcfadhepjblcmp |
Description | Search selected text using Google's I'm Feeling Lucky |
File Size | 25.37 KB |
Installation Count | 153 |
Current Version | 0.0.2 |
Last Updated | 2015-12-12 |
Publish Date | 2015-12-12 |
Rating | 3.00/5 Total 2 Ratings |
Developer | FallenMax |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/FallenMax/chrome-extension-lucky |
Help Page URL | https://github.com/FallenMax/chrome-extension-lucky/issues |
Supported Languages | 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" ] } } |