Mozzila extension

This commit is contained in:
2026-08-06 10:58:19 +02:00
parent ca605f8852
commit 6d29aa0be1
2 changed files with 15 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ import {
Chrome,
Code2,
ExternalLink,
Flame,
Github,
Package,
TerminalSquare,
@@ -13,7 +14,7 @@ import {
export const metadata: Metadata = {
title: 'Developer Ecosystem | QR Master',
description:
'Create QR codes with QR Master in VS Code, Chrome, Python, Node.js, GitHub Actions, and your own workflows.',
'Create QR codes with QR Master in VS Code, Chrome, Firefox, Python, Node.js, GitHub Actions, and your own workflows.',
alternates: {
canonical: 'https://www.qrmaster.net/developers',
},
@@ -69,11 +70,19 @@ const tools = [
title: 'Chrome Web Store Extension',
icon: Chrome,
description:
'The QR Master browser extension has been submitted and is awaiting Google review.',
'Generate instant QR codes for any webpage, active tab, selected text, Wi-Fi, or contact card in Chrome.',
command: 'Item ID: cieplgkdeempmjknljhabookhfhejgno',
linkLabel: 'Chrome Web Store',
url: 'https://chromewebstore.google.com',
status: 'Soon',
url: 'https://chromewebstore.google.com/detail/cieplgkdeempmjknljhabookhfhejgno',
},
{
title: 'Firefox Add-ons Extension',
icon: Flame,
description:
'Generate instant QR codes for any webpage, active tab, selected text, Wi-Fi, or contact card in Firefox.',
command: 'Add-on ID: qr-master-qr-generator',
linkLabel: 'Firefox Add-ons',
url: 'https://addons.mozilla.org/addon/qr-master-qr-generator/',
},
];

View File

@@ -135,7 +135,8 @@ export function Footer({ variant = 'marketing', t }: FooterProps) {
<li><a href="https://www.npmjs.com/package/qrmaster-cli" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>npm Package (Node.js)</a></li>
<li><a href="https://pypi.org/project/qrmaster/" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>PyPI Package (Python)</a></li>
<li><a href="https://github.com/knuthtimo-lab/qrmaster-cli" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>GitHub Repository</a></li>
<li><a href="https://chromewebstore.google.com" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Chrome Web Store Extension (Soon)</a></li>
<li><a href="https://chromewebstore.google.com/detail/cieplgkdeempmjknljhabookhfhejgno" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Chrome Extension</a></li>
<li><a href="https://addons.mozilla.org/addon/qr-master-qr-generator/" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Firefox Add-on</a></li>
</ul>
</div>