Codecademy Redesigned

New feature

Apa itu Codecademy Redesigned?

Codecademy Redesigned adalah ekstensi Chrome yang dikembangkan oleh Alex Craig, dan fitur utamanya adalah "New feature".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Codecademy Redesigned

Unduh file ekstensi Codecademy Redesigned dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension combines several previous extensions and completely revolutionizes your experience on Codecademy.

- Adds a new Canned Responses feature into the forums for people who type the same thing a lot
- Redesigns the Forums to have darker colors with more contrast, to strain the eye less 
- Adds a link in the footer to a GitHub repository containing old posts saved from Groups, including many useful tutorials.  
- Makes the notification bell link to your [Discuss][1] notifications, instead of the old notifications page
- Updates the Profile Page, adding 'points today', 'best points day', and best day streak' back into the profile.  

Enjoy the improvements, we plan on adding many more :)                    

Informasi Dasar Ekstensi

Nama Codecademy Redesigned Codecademy Redesigned
ID bladgjamjaiaffkojoadgeelkgfgkdkp
URL Resmi https://chromewebstore.google.com/detail/codecademy-redesigned/bladgjamjaiaffkojoadgeelkgfgkdkp
Deskripsi New feature
Ukuran File 15.91 KB
Jumlah Instalasi 281
Versi Saat Ini 7.1.3
Terakhir Diperbarui 2016-02-17
Tanggal Publikasi 2016-02-17
Penilaian 4.30/5 Total 10 Penilaian
Pengembang Alex Craig
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://zystvan.com/codecademy-redesigned/
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Codecademy Redesigned",
    "description": "New feature",
    "version": "7.1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "essentials.js",
                "siteUpdater.js"
            ],
            "css": [
                "siteUpdater.css"
            ],
            "matches": [
                "*:\/\/codecademy.com\/*",
                "*:\/\/www.codecademy.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "essentials.js",
                "forumUpdater.js"
            ],
            "css": [
                "forumUpdater.css"
            ],
            "matches": [
                "*:\/\/discuss.codecademy.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "admin.js"
            ],
            "matches": [
                "*:\/\/discuss.codecademy.com\/admin"
            ]
        }
    ]
}