BeerFinder
Easily use the context menu to search for a highlighted beer name on Untappd.
BeerFinderคืออะไร?
BeerFinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Søren Larsen Pedersen และคุณลักษณะหลักของมันคือ "Easily use the context menu to search for a highlighted beer name on Untappd."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BeerFinder
ดาวน์โหลดไฟล์ส่วนขยาย BeerFinder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Please let me know if you got any ideas for features or further development. This extension has no affiliation with Untappd.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dagmhnklfkebmecekhjgngekjielhkhj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/beerfinder/dagmhnklfkebmecekhjgngekjielhkhj |
คำอธิบาย | Easily use the context menu to search for a highlighted beer name on Untappd. |
ขนาดไฟล์ | 12.09 KB |
จำนวนการติดตั้ง | 127 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2023-07-10 |
วันที่เผยแพร่ | 2019-04-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Søren Larsen Pedersen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |