Questify
Converts the World Wide Web into the UW Quest student info system.
Co to jest Questify?
Questify to rozszerzenie Chrome opracowane przez Disruptive Innovation by Simon Tang, a jego główną funkcją jest „Converts the World Wide Web into the UW Quest student info system.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Questify
Pobierz pliki rozszerzeń Questify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Converts the World Wide Web into the UW Quest student info system. This allows anonymous web browsing during classes, since nobody wants to look at Quest. Created for TerribleHack X (http://terriblehack.website) at the University of Waterloo. 0.0.7 Disruptive Beta - Partial conversion for /r/uwaterloo.
Podstawowe informacje o rozszerzeniu
Nazwa | Questify |
ID | ejagagmfgfepadmjfkmaklfkjdopiklo |
Oficjalny URL | https://chromewebstore.google.com/detail/questify/ejagagmfgfepadmjfkmaklfkjdopiklo |
Opis | Converts the World Wide Web into the UW Quest student info system. |
Rozmiar pliku | 21.93 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 0.0.7 Disruptive Beta |
Ostatnia Aktualizacja | 2017-11-27 |
Data Publikacji | 2017-11-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Disruptive Innovation by Simon Tang |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Questify", "version": "0.0.7", "version_name": "0.0.7 Disruptive Beta", "author": "Simon Tang", "manifest_version": 2, "description": "Converts the World Wide Web into the UW Quest student info system.", "permissions": [ "https:\/\/reddit.com\/r\/uwaterloo\/*" ], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.reddit.com\/r\/uwaterloo\/*" ], "css": [ "src\/styles\/atoms\/variables.css", "src\/styles\/atoms\/widgets.css", "src\/styles\/atoms\/typography.css", "src\/styles\/organisms\/common.css", "src\/styles\/templates\/common.css" ], "js": [ "src\/scripts\/common\/common.js" ] }, { "matches": [ "https:\/\/*.reddit.com\/r\/uwaterloo\/*" ], "css": [ "src\/styles\/atoms\/reddit.css", "src\/styles\/molecules\/reddit_common.css", "src\/styles\/organisms\/reddit.css", "src\/styles\/templates\/reddit.css", "src\/styles\/pages\/reddit_common.css" ], "js": [ "src\/scripts\/reddit\/reddit_common.js" ] }, { "matches": [ "https:\/\/*.reddit.com\/r\/uwaterloo\/", "https:\/\/*.reddit.com\/r\/uwaterloo\/new\/*", "https:\/\/*.reddit.com\/r\/uwaterloo\/rising\/*", "https:\/\/*.reddit.com\/r\/uwaterloo\/controversial\/*", "https:\/\/*.reddit.com\/r\/uwaterloo\/top\/*", "https:\/\/*.reddit.com\/r\/uwaterloo\/gilded\/*" ], "css": [ "src\/styles\/pages\/reddit_front.css" ], "js": [ "src\/scripts\/reddit\/front.js" ] }, { "matches": [ "https:\/\/*.reddit.com\/r\/uwaterloo\/comments\/*" ], "css": [ "src\/styles\/pages\/reddit_comments.css" ], "js": [ "src\/scripts\/reddit\/comments.js" ] } ] } |