ECHOed Links

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

Qu'est-ce que ECHOed Links ?

ECHOed Links est une extension Chrome développée par cboy343dev, et sa fonction principale est "Gets all your ECHO links and puts them into one, convenient location".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ECHOed Links

Téléchargez les fichiers d'extension ECHOed Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ECHOed Links ECHOed Links
ID mllhpiblnkfpfbedglgpbdbfikpnopgh
URL Officiel https://chromewebstore.google.com/detail/echoed-links/mllhpiblnkfpfbedglgpbdbfikpnopgh
Description Gets all your ECHO links and puts them into one, convenient location
Taille du Fichier 216 KB
Nombre d'Installations 78
Version Actuelle 3.0.0
Dernière Mise à Jour 2021-08-22
Date de Publication 2021-06-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur cboy343dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}