Better Source

This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.

Cos'è Better Source?

Better Source è un'estensione di Chrome sviluppata da Sawyer and Eugene, e la sua funzione principale è "This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Better Source

Scarica i file di estensione Better Source in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Better Source Better Source
ID iddnkgfnmijjllldlaajnapfcpbealgm
URL Ufficiale https://chromewebstore.google.com/detail/better-source/iddnkgfnmijjllldlaajnapfcpbealgm
Descrizione This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.
Dimensione del File 514 KB
Conteggio Installazioni 12
Versione Corrente 1.8
Ultimo Aggiornamento 2019-02-12
Data di Pubblicazione 2019-02-12
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore Sawyer and Eugene
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Source",
    "description": "This extension reformats the Seattle Schools website \"The Source\". It's unofficial so don't contact Seattle Schools if its broken.",
    "version": "1.8",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ps.seattleschools.org\/*"
            ],
            "js": [
                "reformat.js"
            ]
        }
    ]
}