BeerFinder
Easily use the context menu to search for a highlighted beer name on Untappd.
What is BeerFinder?
BeerFinder is a Chrome extension developed by Søren Larsen Pedersen, and its main feature is "Easily use the context menu to search for a highlighted beer name on Untappd.".
Extension Screenshots
Download BeerFinder Extension CRX File
Download BeerFinder 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
Please let me know if you got any ideas for features or further development. This extension has no affiliation with Untappd.
Extension Basic Information
Name | |
ID | dagmhnklfkebmecekhjgngekjielhkhj |
Official URL | https://chrome.google.com/webstore/detail/beerfinder/dagmhnklfkebmecekhjgngekjielhkhj |
Description | Easily use the context menu to search for a highlighted beer name on Untappd. |
File Size | 12.09 KB |
Installation Count | 127 |
Current Version | 1.5 |
Last Updated | 2023-07-10 |
Publish Date | 2019-04-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Søren Larsen Pedersen |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BeerFinder", "description": "Easily use the context menu to search for a highlighted beer name on Untappd.", "version": "1.5", "manifest_version": 3, "options_page": "options.html", "permissions": [ "contextMenus" ], "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "options.html" }, "icons": { "16": "beerfinder16.png", "48": "beerfinder48.png", "128": "beerfinder128.png" } } |