njurl
通过南大VPN访问链接
What is njurl?
njurl is a Chrome extension developed by email2zq, and its main feature is "通过南大VPN访问链接".
Extension Screenshots
Download njurl Extension CRX File
Download njurl 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
右键链接或者选择文字右键即可使用哦
Extension Basic Information
Name | |
ID | menlhfnedokagabmffofkekadapccnic |
Official URL | https://chrome.google.com/webstore/detail/njurl/menlhfnedokagabmffofkekadapccnic |
Description | 通过南大VPN访问链接 |
File Size | 19.57 KB |
Installation Count | 27 |
Current Version | 1.0.0 |
Last Updated | 2018-11-28 |
Publish Date | 2018-11-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | email2zq |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zq-97/njurl |
Supported Languages | 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" } |