Tech-Connect.info
Les actualités sur les technologies, mobiles, tutoriels, intelligences artificielles, télécommunications.
Co to jest Tech-Connect.info?
Tech-Connect.info to rozszerzenie Chrome opracowane przez https://www.tech-connect.info, a jego główną funkcją jest „Les actualités sur les technologies, mobiles, tutoriels, intelligences artificielles, télécommunications.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tech-Connect.info
Pobierz pliki rozszerzeń Tech-Connect.info w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Tech-Connect.info |
ID | iehfaofiibcgojehliojcilhodaaglkk |
Oficjalny URL | https://chromewebstore.google.com/detail/tech-connectinfo/iehfaofiibcgojehliojcilhodaaglkk |
Opis | Les actualités sur les technologies, mobiles, tutoriels, intelligences artificielles, télécommunications. |
Rozmiar pliku | 26.39 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-12-18 |
Data Publikacji | 2013-11-22 |
Deweloper | https://www.tech-connect.info |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/" } } |