Gravity for Chrome

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

什么是Gravity for Chrome?

Gravity for Chrome是由https://endeavor.software开发的Chrome扩展程序,该扩展的主要功能是“modern design and features from the 20th century meet student connect”。

扩展截图

screenshot

下载Gravity for Chrome扩展crx文件

下载Gravity for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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