Tech-Connect.info

Les actualités sur les technologies, mobiles, tutoriels, intelligences artificielles, télécommunications.

什麼是Tech-Connect.info?

Tech-Connect.info是由https://www.tech-connect.info開發的Chrome擴展程式,該擴展的主要功能是“Les actualités sur les technologies, mobiles, tutoriels, intelligences artificielles, télécommunications.”。

擴展截圖

screenshot

下載Tech-Connect.info擴展crx文件

下載Tech-Connect.info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Application affichant les dernières actualités technologiques du site web : Tech-Connect.info.

Tech-Connect est un site web traitant de l'actualité dans le domaine des technologies, de l'informatique, de l'intélligence artificielle, des gadgets intelligents et des télécommunications. Il propose également des tutoriels et astuces sur Windows, Mac et Linux, android et ios.                    

擴展基本資訊

名稱 Tech-Connect.info Tech-Connect.info
ID iehfaofiibcgojehliojcilhodaaglkk
官方網址 https://chromewebstore.google.com/detail/tech-connectinfo/iehfaofiibcgojehliojcilhodaaglkk
簡介 Les actualités sur les technologies, mobiles, tutoriels, intelligences artificielles, télécommunications.
檔案大小 26.39 KB
安裝次數 18
目前版本 1.1
更新時間 2023-12-18
上架時間 2013-11-22
開發者 https://www.tech-connect.info
電子郵箱 [email protected]
付費類型 free
支援的語言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tech-Connect.info",
    "version": "1.1",
    "description": "Les actualit\u00e9s sur les technologies, mobiles, tutoriels, intelligences artificielles, t\u00e9l\u00e9communications.",
    "host_permissions": [
        "https:\/\/www.tech-connect.info\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Tech-Connect.info"
    },
    "icons": {
        "48": "icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'; script-src-elem 'self' https:\/\/www.tech-connect.info\/feed\/"
    }
}