Mozzila extension
This commit is contained in:
@@ -5,6 +5,7 @@ import {
|
|||||||
Chrome,
|
Chrome,
|
||||||
Code2,
|
Code2,
|
||||||
ExternalLink,
|
ExternalLink,
|
||||||
|
Flame,
|
||||||
Github,
|
Github,
|
||||||
Package,
|
Package,
|
||||||
TerminalSquare,
|
TerminalSquare,
|
||||||
@@ -13,7 +14,7 @@ import {
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Developer Ecosystem | QR Master',
|
title: 'Developer Ecosystem | QR Master',
|
||||||
description:
|
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: {
|
alternates: {
|
||||||
canonical: 'https://www.qrmaster.net/developers',
|
canonical: 'https://www.qrmaster.net/developers',
|
||||||
},
|
},
|
||||||
@@ -69,11 +70,19 @@ const tools = [
|
|||||||
title: 'Chrome Web Store Extension',
|
title: 'Chrome Web Store Extension',
|
||||||
icon: Chrome,
|
icon: Chrome,
|
||||||
description:
|
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',
|
command: 'Item ID: cieplgkdeempmjknljhabookhfhejgno',
|
||||||
linkLabel: 'Chrome Web Store',
|
linkLabel: 'Chrome Web Store',
|
||||||
url: 'https://chromewebstore.google.com',
|
url: 'https://chromewebstore.google.com/detail/cieplgkdeempmjknljhabookhfhejgno',
|
||||||
status: 'Soon',
|
},
|
||||||
|
{
|
||||||
|
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/',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -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://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://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://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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user