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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/"
    }
}