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 |
公式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" ] } |