Better Source
This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.
Co to jest Better Source?
Better Source to rozszerzenie Chrome opracowane przez Sawyer and Eugene, a jego główną funkcją jest „This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better Source
Pobierz pliki rozszerzeń Better Source w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | iddnkgfnmijjllldlaajnapfcpbealgm |
Oficjalny URL | https://chromewebstore.google.com/detail/better-source/iddnkgfnmijjllldlaajnapfcpbealgm |
Opis | This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken. |
Rozmiar pliku | 514 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2019-02-12 |
Data Publikacji | 2019-02-12 |
Ocena | 4.88/5 Łącznie 8 Oceny |
Deweloper | Sawyer and Eugene |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |