RRISD Web Fixes
Fixes basic problems with RRISD internet that result in google search not working.
RRISD Web Fixes란 무엇입니까?
RRISD Web Fixes은(는) Adipisici에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fixes basic problems with RRISD internet that result in google search not working."입니다.
확장 프로그램 스크린샷
RRISD Web Fixes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension Fixes Google Search issues on Round Rock Internet. When the extension's icon is green, it is enabled, when gray, it is not. Click the icon to enable or disable the extension, presumably based on whether or not you are using Round Rock wifi. When you install the app it will ask you about accepting the app's permissions, the only permissions the app requires is to utilize to your Google Search data, this is necessary in order to fix the Google Search issues present on the wifi. This software is provided as-is with no warranty, express or implied, and it is not a proxy and in no way masks your searches. I developed this to provide a solution to a major issue on Round Rock wifi, which at any point in time may be patched by Round Rock's IT staff, making this tool unnecessary, but until then, I hope this can be of use. -Ryan Beltran
확장 프로그램 기본 정보
이름 | |
ID | kaijnhdpcigcmnbccbmmaindeibebkga |
공식 URL | https://chrome.google.com/webstore/detail/rrisd-web-fixes/kaijnhdpcigcmnbccbmmaindeibebkga |
설명 | Fixes basic problems with RRISD internet that result in google search not working. |
파일 크기 | 21.47 KB |
설치 횟수 | 20 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-05-18 |
출시 날짜 | 2015-05-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Adipisici |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RRISD Web Fixes", "description": "Fixes basic problems with RRISD internet that result in google search not working.", "author": "Ryan Beltran", "version": "1.0", "manifest_version": 2, "icons": { "32": "grey32.png", "128": "grey128.png" }, "browser_action": { "default_icon": "grey32.png", "default_title": "RRISD Web Fixes" }, "background": { "scripts": [ "trafficking.js" ] }, "permissions": [ "*:\/\/www.google.com\/search*", "webRequest", "webRequestBlocking", "storage" ] } |