njurl
通过南大VPN访问链接
Cos'è njurl?
njurl è un'estensione di Chrome sviluppata da email2zq, e la sua funzione principale è "通过南大VPN访问链接".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione njurl
Scarica i file di estensione njurl 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
右键链接或者选择文字右键即可使用哦
Informazioni di Base sull'Estensione
Nome | |
ID | menlhfnedokagabmffofkekadapccnic |
URL Ufficiale | https://chrome.google.com/webstore/detail/njurl/menlhfnedokagabmffofkekadapccnic |
Descrizione | 通过南大VPN访问链接 |
Dimensione del File | 19.57 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-11-28 |
Data di Pubblicazione | 2018-11-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | email2zq |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/zq-97/njurl |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "35", "name": "njurl", "version": "1.0.0", "description": "\u901a\u8fc7\u5357\u5927VPN\u8bbf\u95ee\u94fe\u63a5", "icons": { "16": "nju.png", "48": "nju.png", "128": "nju.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs" ], "homepage_url": "https:\/\/github.com\/zq-97\/njurl" } |