IT之家
有人的地方,就有江湖;有电脑手机平板的地方,就有IT之家。
What is IT之家?
IT之家 is a Chrome extension developed by 软媒, and its main feature is "有人的地方,就有江湖;有电脑手机平板的地方,就有IT之家。".
Extension Screenshots
Download IT之家 Extension CRX File
Download IT之家 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
IT之家是一个提供IT业界和数码产品资讯的泛科技媒体平台。我们快速精选泛科技新闻,分享即时的IT业界动态和紧跟潮流的数码产品资讯,提供给力的PC和手机技术文章、丰富的系统应用美化资源,以及享不尽的智能阅读。
Extension Basic Information
Name | |
ID | pkfbjecimhajnhkkkcndackgbdpdldmb |
Official URL | https://chromewebstore.google.com/detail/it%E4%B9%8B%E5%AE%B6/pkfbjecimhajnhkkkcndackgbdpdldmb |
Description | 有人的地方,就有江湖;有电脑手机平板的地方,就有IT之家。 |
File Size | 206 KB |
Installation Count | 1,274 |
Current Version | 2.0.0.0 |
Last Updated | 2021-09-18 |
Publish Date | 2018-03-28 |
Rating | 4.23/5 Total 30 Ratings |
Developer | 软媒 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ithome.com |
Privacy Policy Page URL | https://dat.ruanmei.com/ithome/privacy/privacy.html |
Supported Languages | 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\/*" ] } } |