AI News

Stay up to date with the latest news about AI!

什么是AI News?

AI News是由https://zamok.cloud开发的Chrome扩展程序,该扩展的主要功能是“Stay up to date with the latest news about AI!”。

扩展截图

screenshot
screenshot
screenshot

下载AI News扩展crx文件

下载AI News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 AI News AI News
ID flcpgdhmjkijblolobkcdkflggnkhkbc
官方URL https://chromewebstore.google.com/detail/ai-news/flcpgdhmjkijblolobkcdkflggnkhkbc
简介 Stay up to date with the latest news about AI!
文件大小 104 KB
安装次数 56
当前版本 2.0.1
更新时间 2024-02-24
上架时间 2023-04-29
评分 3.00/5 共2次评分
开发者 https://zamok.cloud
电子邮箱 [email protected]
付费类型 free
扩展官网 https://news.zamok.cloud/sources/ai
帮助页面URL https://news.zamok.cloud/contact
隐私政策页面URL https://news.zamok.cloud/privacy-policy
支持的语言 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
}