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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |