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文件
下載RRISD Web Fixes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |