QuickGitbook for Github
View your gitbook quickly
Wat is QuickGitbook for Github?
QuickGitbook for Github is een Chrome-extensie ontwikkeld door baurine, en de belangrijkste functie is "View your gitbook quickly".
Extensie Screenshots
Download het CRX-bestand van de extensie QuickGitbook for Github
Download QuickGitbook for 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
A chrome extension for QuickGitbook project, imitates Sourcegraph, adds a link for gitbook repo in github page to help quickly jump to QuickGitbook website to read.
Basisinformatie over de Extensie
Naam | QuickGitbook for Github |
ID | ebmjhcmlkbgbllcpkhokokjgchpoepfj |
Officiële URL | https://chromewebstore.google.com/detail/quickgitbook-for-github/ebmjhcmlkbgbllcpkhokokjgchpoepfj |
Beschrijving | View your gitbook quickly |
Bestandsgrootte | 12.18 KB |
Aantal Installaties | 181 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2017-11-12 |
Publicatiedatum | 2017-11-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | baurine |
Betalingswijze | free |
Extensiewebsite | https://github.com/baurine/quick-gitbook-chrome-extension |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickGitbook for Github", "version": "1.1.0", "manifest_version": 2, "description": "View your gitbook quickly", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "baurine", "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "js": [ "add-link.js" ] } ], "permissions": [ "storage" ] } |