ECHOed Links

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

Wat is ECHOed Links?

ECHOed Links is een Chrome-extensie ontwikkeld door cboy343dev, en de belangrijkste functie is "Gets all your ECHO links and puts them into one, convenient location".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ECHOed Links

Download ECHOed Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ECHOed Links ECHOed Links
ID mllhpiblnkfpfbedglgpbdbfikpnopgh
Officiële URL https://chromewebstore.google.com/detail/echoed-links/mllhpiblnkfpfbedglgpbdbfikpnopgh
Beschrijving Gets all your ECHO links and puts them into one, convenient location
Bestandsgrootte 216 KB
Aantal Installaties 78
Huidige Versie 3.0.0
Laatst Bijgewerkt 2021-08-22
Publicatiedatum 2021-06-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar cboy343dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}