Full Width Github
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.
Wat is Full Width Github?
Full Width Github is een Chrome-extensie ontwikkeld door Jared Tong, en de belangrijkste functie is "Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github.".
Extensie Screenshots
Download het CRX-bestand van de extensie Full Width Github
Download Full Width Github-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github. Basisinformatie over de Extensie
| Naam | |
| ID | fpmeepocimocneobfkndponblfpecdkj |
| Officiële URL | https://chromewebstore.google.com/detail/full-width-github/fpmeepocimocneobfkndponblfpecdkj |
| Beschrijving | Always use full-width layout on Github. Great for reading and presenting code. This extension is not affiliated with Github. |
| Bestandsgrootte | 316 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2017-03-04 |
| Publicatiedatum | 2017-03-04 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Jared Tong |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/tongrhj/full_width_github/issues |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |