ECHOed Links

Gets all your ECHO links and puts them into one, convenient location

什么是ECHOed Links?

ECHOed Links是由cboy343dev开发的Chrome扩展程序,该扩展的主要功能是“Gets all your ECHO links and puts them into one, convenient location”。

扩展截图

screenshot

下载ECHOed Links扩展crx文件

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

扩展使用说明

                        FOR UC STUDENTS ONLY:
This extension puts all the ECHO links onto the LEARN.
It also makes all the links available in the extension.

Changelog:
You can now hide links.
Various fixes and optimisations.                    

扩展基本信息

名称 ECHOed Links ECHOed Links
ID mllhpiblnkfpfbedglgpbdbfikpnopgh
官方URL https://chromewebstore.google.com/detail/echoed-links/mllhpiblnkfpfbedglgpbdbfikpnopgh
简介 Gets all your ECHO links and puts them into one, convenient location
文件大小 216 KB
安装次数 78
当前版本 3.0.0
更新时间 2021-08-22
上架时间 2021-06-03
评分 5.00/5 共2次评分
开发者 cboy343dev
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ECHOed Links",
    "description": "Gets all your ECHO links and puts them into one, convenient location",
    "version": "3.0.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.learn.canterbury.ac.nz\/my\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.learn.canterbury.ac.nz\/my\/*"
    ],
    "browser_action": {
        "default_icon": "\/img\/logo_128.png",
        "default_popup": "popup.html",
        "default_title": "ECHOedLinks"
    },
    "icons": {
        "16": "\/img\/logo_16.png",
        "32": "\/img\/logo_32.png",
        "48": "\/img\/logo_48.png",
        "128": "\/img\/logo_128.png",
        "512": "\/img\/logo_512.png",
        "1024": "\/img\/logo_1024.png"
    }
}