Netduma R1 Shortcut
Netduma R1 Configuration Page Shortcut. Created by forum user ByMgRs.
什么是Netduma R1 Shortcut?
Netduma R1 Shortcut是由ByMgRs开发的Chrome扩展程序,该扩展的主要功能是“Netduma R1 Configuration Page Shortcut. Created by forum user ByMgRs.”。
扩展截图
下载Netduma R1 Shortcut扩展crx文件
下载Netduma R1 Shortcut扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The R1 extension allows users to quickly access the Netduma R1 configuration page whilst gaming. This is a great extension to further improve your Netduma experience. Buy a Netduma R1 here: www.netduma.com Support for your Netduma R1: http://forum.netduma.com/ Versions: 1.0 - Original build 1.2.1 - First published build 1.3 - Implements an option page and custom URLs! Created by forum user ByMgRs - http://forum.netduma.com/user/457-bymgrs/ Notice: I am in no way affiliated or linked with the Netduma brand or product(s). I have simply created an extension to help Netduma R1 customers.
扩展基本信息
名称 | |
ID | joildkkbnlacbbccbiacomeholembojm |
官方URL | https://chrome.google.com/webstore/detail/netduma-r1-shortcut/joildkkbnlacbbccbiacomeholembojm |
简介 | Netduma R1 Configuration Page Shortcut. Created by forum user ByMgRs. |
文件大小 | 9.66 KB |
安装次数 | 63 |
当前版本 | 1.3 |
更新时间 | 2016-08-26 |
上架时间 | 2016-08-26 |
评分 | 5.00/5 共2次评分 |
开发者 | ByMgRs |
付费类型 | free |
扩展官网 | http://forum.netduma.com/user/457-bymgrs/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netduma R1 Shortcut", "options_page": "options.html", "description": "Netduma R1 Configuration Page Shortcut. Created by forum user ByMgRs.", "version": "1.3", "permissions": [ "storage" ], "icons": { "128": "128.png" }, "browser_action": { "default_icon": "128.png", "default_title": "R1" }, "background": { "scripts": [ "background.js", "options.js" ], "persistent": false } } |