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
官方網址 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"
    }
}