Gravity for Chrome

modern design and features from the 20th century meet student connect

Gravity for Chrome क्या है?

Gravity for Chrome https://endeavor.software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "modern design and features from the 20th century meet student connect"।

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

screenshot

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

crx प्रारूप में Gravity for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Completely rethink Student Connect with Gravity, Available for Android and Chrome. 

Gravity will completely redesign Student Connect, giving it a fresh coat of paint. We would spend time explaining how great it looks, but we suggest you try it out for yourself.


We are not affiliated or an official Q, Student Connect, Q Student Connect or Aequitas Solution's Q extension. This extension was independently developed for use with Aequitas Solution's Q. Please contact us for any further information.                    

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

नाम Gravity for Chrome Gravity for Chrome
ID gjjjeifahgkidnkgjbppnaojcilbjefk
आधिकारिक URL https://chromewebstore.google.com/detail/gravity-for-chrome/gjjjeifahgkidnkgjbppnaojcilbjefk
विवरण modern design and features from the 20th century meet student connect
फ़ाइल का आकार 154 KB
स्थापना संख्या 119
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2018-02-21
प्रकाशन तिथि 2018-02-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://endeavor.software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://endeavor.software
गोपनीयता नीति पृष्ठ URL https://thelocken.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Gravity",
    "name": "Gravity for Chrome",
    "author": "Bradley Grace",
    "description": "modern design and features from the 20th century meet student connect",
    "homepage_url": "https:\/\/endeavor.software",
    "version": "2.0.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/thelocken.com https:\/\/ngmaterial.assets.s3.amazonaws.com https:\/\/www.google.com https:\/\/www.gstatic.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "Icon-19.png",
            "38": "Icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png",
        "128": "Icon-96.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "bq-main.css"
            ],
            "js": [
                "bq-engine.js",
                "jq.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "popup.html",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Thin.woff2",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Thin.woff",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Light.woff2",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Light.woff",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Light.ttf",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Regular.woff2",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Regular.woff",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Regular.ttf",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Medium.woff2",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Medium.woff",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Medium.ttf",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Bold.woff2",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Bold.woff",
        "chrome-extension:\/\/bhgbpghdkbemnbjjogioahbejbljlkdi\/fonts\/Roboto-Bold.ttf"
    ]
}