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
Eメール [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"
    }
}