ECHOed Links

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

ECHOed Linksคืออะไร?

ECHOed Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cboy343dev และคุณลักษณะหลักของมันคือ "Gets all your ECHO links and puts them into one, convenient location"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ECHOed Links

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}