ECHOed Links
Gets all your ECHO links and puts them into one, convenient location
Hvad er ECHOed Links?
ECHOed Links er en Chrome-udvidelse udviklet af cboy343dev, og dens hovedfunktion er "Gets all your ECHO links and puts them into one, convenient location".
Udvidelsesskærmbilleder
Download ECHOed Links-udvidelses-CRX-fil
Download ECHOed Links-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | mllhpiblnkfpfbedglgpbdbfikpnopgh | 
| Officiel URL | https://chromewebstore.google.com/detail/echoed-links/mllhpiblnkfpfbedglgpbdbfikpnopgh | 
| Beskrivelse | Gets all your ECHO links and puts them into one, convenient location | 
| Filstørrelse | 216 KB | 
| Antal Installationer | 78 | 
| Nuværende Version | 3.0.0 | 
| Senest Opdateret | 2021-08-22 | 
| Udgivelsesdato | 2021-06-03 | 
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser | 
| Udvikler | cboy343dev | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
    }
}  |  |