RRISD Web Fixes

Fixes basic problems with RRISD internet that result in google search not working.

RRISD Web Fixes क्या है?

RRISD Web Fixes Adipisici द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes basic problems with RRISD internet that result in google search not working."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RRISD Web Fixes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम RRISD Web Fixes RRISD Web Fixes
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"
    ]
}