Ai Quick Links
Ai Quick Links is a collection of AI tools new tab with bing search bar
Was ist Ai Quick Links?
Ai Quick Links ist eine Chrome-Erweiterung, die von aiquicklinks entwickelt wurde, und ihr Hauptmerkmal ist "Ai Quick Links is a collection of AI tools new tab with bing search bar".
Erweiterungsscreenshots
Ai Quick Links-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ai Quick Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
AI Quick Links" is a free Chrome extension that offers a collection of AI tools accessible conveniently through a new tab.
This extension provides users with quick access to various AI resources and tools, all within a single tab, enhancing their productivity.
Additionally, it features a Bing search bar for seamless web searches.
With AI Quick Links, users can harness the power of artificial intelligence for various tasks, making it a valuable addition to their browsing experience.
This user-friendly extension simplifies the process of finding and utilizing AI tools, making it a must-have for anyone interested in AI technology.
Explore AI capabilities effortlessly with AI Quick Links, the ultimate AI companion for your browser. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hjeanfmhdnjioajojcnpieeoinocmbdg |
| Offizielle URL | https://chromewebstore.google.com/detail/ai-quick-links/hjeanfmhdnjioajojcnpieeoinocmbdg |
| Beschreibung | Ai Quick Links is a collection of AI tools new tab with bing search bar |
| Dateigröße | 4.82 MB |
| Installationsanzahl | 10,504 |
| Aktuelle Version | 1.0.0.1 |
| Letztes Update | 2023-10-05 |
| Veröffentlichungsdatum | 2023-10-03 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | aiquicklinks |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://aiquicklinks.net/privacy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ai Quick Links",
"description": "Ai Quick Links is a collection of AI tools new tab with bing search bar",
"version": "1.0.0.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Ai Quick Links"
},
"chrome_url_overrides": {
"newtab": "src\/index.html"
},
"offline_enabled": true,
"icons": {
"16": "logo\/16.png",
"32": "logo\/32.png",
"48": "logo\/48.png",
"96": "logo\/48.png",
"128": "logo\/128.png"
}
} | |