Flatit
A modern styling for reddit.
Co to jest Flatit?
Flatit to rozszerzenie Chrome opracowane przez Will Hitchcock, a jego główną funkcją jest „A modern styling for reddit.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flatit
Pobierz pliki rozszerzeń Flatit 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
Flatit subtly cleans up unnecessary noise in the reddit interface while maintaining the same reddit feel that you have grown to love. Works well with RES.
Podstawowe informacje o rozszerzeniu
Nazwa | Flatit |
ID | blkfjcojlgcgillkmcaahalnnibhkpdl |
Oficjalny URL | https://chromewebstore.google.com/detail/flatit/blkfjcojlgcgillkmcaahalnnibhkpdl |
Opis | A modern styling for reddit. |
Rozmiar pliku | 44.57 KB |
Liczba instalacji | 208 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-08-12 |
Data Publikacji | 2013-08-12 |
Ocena | 3.90/5 Łącznie 21 Oceny |
Deweloper | Will Hitchcock |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/hitchcockwill/flat-reddit |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flatit", "version": "1.0", "description": "A modern styling for reddit.", "icons": { "48": "img\/flat-reddit-icon-48.png", "128": "img\/flat-reddit-icon.png" }, "content_scripts": [ { "css": [ "css\/config.css" ], "matches": [ "http:\/\/www.reddit.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/script.js" ], "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/ssl.reddit.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/res.css" ], "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/ssl.reddit.com\/*" ], "run_at": "document_idle" } ] } |