IT之家
有人的地方,就有江湖;有电脑手机平板的地方,就有IT之家。
Wat is IT之家?
IT之家 is een Chrome-extensie ontwikkeld door 软媒, en de belangrijkste functie is "有人的地方,就有江湖;有电脑手机平板的地方,就有IT之家。".
Extensie Screenshots
Download het CRX-bestand van de extensie IT之家
Download IT之家-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
IT之家是一个提供IT业界和数码产品资讯的泛科技媒体平台。我们快速精选泛科技新闻,分享即时的IT业界动态和紧跟潮流的数码产品资讯,提供给力的PC和手机技术文章、丰富的系统应用美化资源,以及享不尽的智能阅读。
Basisinformatie over de Extensie
Naam | |
ID | pkfbjecimhajnhkkkcndackgbdpdldmb |
Officiële URL | https://chromewebstore.google.com/detail/it%E4%B9%8B%E5%AE%B6/pkfbjecimhajnhkkkcndackgbdpdldmb |
Beschrijving | 有人的地方,就有江湖;有电脑手机平板的地方,就有IT之家。 |
Bestandsgrootte | 206 KB |
Aantal Installaties | 1,274 |
Huidige Versie | 2.0.0.0 |
Laatst Bijgewerkt | 2021-09-18 |
Publicatiedatum | 2018-03-28 |
Beoordeling | 4.23/5 Totaal 30 Beoordelingen |
Ontwikkelaar | 软媒 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.ithome.com |
URL van de Privacybeleid Pagina | https://dat.ruanmei.com/ithome/privacy/privacy.html |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "html\/background.html" }, "name": "IT\u4e4b\u5bb6", "version": "2.0.0.0", "description": "\u6709\u4eba\u7684\u5730\u65b9\uff0c\u5c31\u6709\u6c5f\u6e56\uff1b\u6709\u7535\u8111\u624b\u673a\u5e73\u677f\u7684\u5730\u65b9\uff0c\u5c31\u6709IT\u4e4b\u5bb6\u3002", "homepage_url": "https:\/\/www.ithome.com", "manifest_version": 2, "minimum_chrome_version": "18", "browser_action": { "default_icon": "assets\/icon\/logo_16.png", "default_popup": "html\/popup.html" }, "icons": { "128": "assets\/icon\/logo_128.png", "16": "assets\/icon\/logo_16.png", "48": "assets\/icon\/logo_48.png" }, "options_page": "html\/options.html", "permissions": [ "https:\/\/*.ithome.com\/", "https:\/\/*.ruanmei.com\/", "notifications", "storage", "alarms" ], "web_accessible_resources": [ "assets\/icon\/logo_16.png" ], "externally_connectable": { "matches": [ "*:\/\/*.ithome.com\/*", "*:\/\/*.ruanmei.com\/*" ] } } |