Better Source

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

Vad är Better Source?

Better Source är en Chrome-tillägg utvecklad av Sawyer and Eugene, och dess huvudfunktion är "This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.".

Tilläggsskärmbilder

Ladda ner Better Source-förlängningens CRX-fil

Ladda ner Better Source-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Better Source Better Source
ID iddnkgfnmijjllldlaajnapfcpbealgm
Officiell webbadress https://chromewebstore.google.com/detail/better-source/iddnkgfnmijjllldlaajnapfcpbealgm
Beskrivning This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.
Filstorlek 514 KB
Antal Installationer 12
Aktuell Version 1.8
Senast Uppdaterad 2019-02-12
Publiceringsdatum 2019-02-12
Betyg 4.88/5 Totalt 8 Betyg
Utvecklare Sawyer and Eugene
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}