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 là gì?
Better Source là một tiện ích mở rộng Chrome được phát triển bởi Sawyer and Eugene, và tính năng chính của nó là "This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Source
Tải xuống các tệp mở rộng Better Source dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | iddnkgfnmijjllldlaajnapfcpbealgm |
URL Chính Thức | https://chromewebstore.google.com/detail/better-source/iddnkgfnmijjllldlaajnapfcpbealgm |
Mô tả | This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken. |
Kích Thước Tệp | 514 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2019-02-12 |
Ngày Phát Hành | 2019-02-12 |
Đánh Giá | 4.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Sawyer and Eugene |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |