IT之家

有人的地方,就有江湖;有电脑手机平板的地方,就有IT之家。

Cos'è IT之家?

IT之家 è un'estensione di Chrome sviluppata da 软媒, e la sua funzione principale è "有人的地方,就有江湖;有电脑手机平板的地方,就有IT之家。".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione IT之家

Scarica i file di estensione IT之家 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        IT之家是一个提供IT业界和数码产品资讯的泛科技媒体平台。我们快速精选泛科技新闻,分享即时的IT业界动态和紧跟潮流的数码产品资讯,提供给力的PC和手机技术文章、丰富的系统应用美化资源,以及享不尽的智能阅读。                    

Informazioni di Base sull'Estensione

Nome IT之家 IT之家
ID pkfbjecimhajnhkkkcndackgbdpdldmb
URL Ufficiale https://chromewebstore.google.com/detail/it%E4%B9%8B%E5%AE%B6/pkfbjecimhajnhkkkcndackgbdpdldmb
Descrizione 有人的地方,就有江湖;有电脑手机平板的地方,就有IT之家。
Dimensione del File 206 KB
Conteggio Installazioni 1,274
Versione Corrente 2.0.0.0
Ultimo Aggiornamento 2021-09-18
Data di Pubblicazione 2018-03-28
Valutazione 4.23/5 Totale 30 Valutazioni
Sviluppatore 软媒
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ithome.com
URL della Pagina della Politica sulla Privacy https://dat.ruanmei.com/ithome/privacy/privacy.html
Lingue Supportate 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\/*"
        ]
    }
}