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 هو إضافة Chrome تم تطويرها بواسطة Sawyer and Eugene، والميزة الرئيسية لها هي "This extension reformats the Seattle Schools website "The Source". It's unofficial so don't contact Seattle Schools if its broken.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Source
قم بتنزيل ملفات الامتداد Better Source بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
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" ] } ] } |