Better Source

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

什麼是Better Source?

Better Source是由Sawyer and Eugene開發的Chrome擴展程式,該擴展的主要功能是“This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.”。

擴展截圖

下載Better Source擴展crx文件

下載Better Source擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Better Source Better Source
ID iddnkgfnmijjllldlaajnapfcpbealgm
官方網址 https://chromewebstore.google.com/detail/better-source/iddnkgfnmijjllldlaajnapfcpbealgm
簡介 This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.
檔案大小 514 KB
安裝次數 12
目前版本 1.8
更新時間 2019-02-12
上架時間 2019-02-12
評分 4.88/5 共 8 次評分
開發者 Sawyer and Eugene
付費類型 free
支援的語言 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"
            ]
        }
    ]
}