Full Width Github
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
Co to jest Full Width Github?
Full Width Github to rozszerzenie Chrome opracowane przez Jared Tong, a jego główną funkcją jest „Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Full Width Github
Pobierz pliki rozszerzeń Full Width Github 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
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
Podstawowe informacje o rozszerzeniu
Nazwa | Full Width Github |
ID | fpmeepocimocneobfkndponblfpecdkj |
Oficjalny URL | https://chromewebstore.google.com/detail/full-width-github/fpmeepocimocneobfkndponblfpecdkj |
Opis | Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github. |
Rozmiar pliku | 316 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2017-03-04 |
Data Publikacji | 2017-03-04 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Jared Tong |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/tongrhj/full_width_github/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Width Github", "version": "0.0.1", "description": "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.", "browser_action": { "default_icon": "github48.png", "default_title": "Wider Github" }, "icons": { "16": "github16.png", "48": "github48.png", "128": "github128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/github.com\/*", "https:\/\/*.github.com\/*" ] } ] } |