AI News

Stay up to date with the latest news about AI!

¿Qué es AI News?

AI News es una extensión de Chrome desarrollada por https://zamok.cloud, y su función principal es "Stay up to date with the latest news about AI!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AI News

Descarga archivos de extensión AI News en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Welcome to the AI News browser extension! You've just embarked on a journey to become more informed and engaged with the latest news on artificial intelligence and its advancements. With AI News, you have access to the most relevant and engaging content from leading sources, ensuring that you stay up-to-date on the most significant AI breakthroughs and developments.

Our browser extension compiles content from top AI organizations and platforms, such as OpenAI, DeepMind, StabilityAI, SingularityHub, and HackerNoon, providing you with a reliable and comprehensive source of information on AI research, innovations, and applications. Stay informed about the latest scientific discoveries, industry trends, and thought-provoking articles that are shaping the future of artificial intelligence.

To start exploring the world of AI news and insights, simply click on the AI News browser extension icon located in your browser's toolbar. Gain easy access to a wealth of information on emerging scientific breakthroughs, cutting-edge technologies, global industry updates, and inspiring stories of AI implementation. Our user-friendly interface makes staying informed both effortless and enjoyable.                    

Información Básica de la Extensión

Nombre AI News AI News
ID flcpgdhmjkijblolobkcdkflggnkhkbc
URL Oficial https://chromewebstore.google.com/detail/ai-news/flcpgdhmjkijblolobkcdkflggnkhkbc
Descripción Stay up to date with the latest news about AI!
Tamaño del Archivo 104 KB
Cantidad de Instalaciones 56
Versión Actual 2.0.1
Última Actualización 2024-02-24
Fecha de Publicación 2023-04-29
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador https://zamok.cloud
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://news.zamok.cloud/sources/ai
URL de la Página de Ayuda https://news.zamok.cloud/contact
URL de la Página de Política de Privacidad https://news.zamok.cloud/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/news.zamok.cloud\/api\/ai"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/home.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 3
}