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拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | iddnkgfnmijjllldlaajnapfcpbealgm |
公式URL | 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" ] } ] } |