Better Source
This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.
What is Better Source?
Better Source is a Chrome extension developed by Sawyer and Eugene, and its main feature is "This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.".
Extension Screenshots
Download Better Source Extension CRX File
Download Better Source extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | iddnkgfnmijjllldlaajnapfcpbealgm |
Official URL | https://chromewebstore.google.com/detail/better-source/iddnkgfnmijjllldlaajnapfcpbealgm |
Description | This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken. |
File Size | 514 KB |
Installation Count | 12 |
Current Version | 1.8 |
Last Updated | 2019-02-12 |
Publish Date | 2019-02-12 |
Rating | 4.88/5 Total 8 Ratings |
Developer | Sawyer and Eugene |
Payment Type | free |
Supported Languages | 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" ] } ] } |