QuickGitbook for Github
View your gitbook quickly
Hvad er QuickGitbook for Github?
QuickGitbook for Github er en Chrome-udvidelse udviklet af baurine, og dens hovedfunktion er "View your gitbook quickly".
Udvidelsesskærmbilleder
Download QuickGitbook for Github-udvidelses-CRX-fil
Download QuickGitbook for Github-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ebmjhcmlkbgbllcpkhokokjgchpoepfj |
| Officiel URL | https://chromewebstore.google.com/detail/quickgitbook-for-github/ebmjhcmlkbgbllcpkhokokjgchpoepfj |
| Beskrivelse | View your gitbook quickly |
| Filstørrelse | 12.18 KB |
| Antal Installationer | 181 |
| Nuværende Version | 1.1.0 |
| Senest Opdateret | 2017-11-12 |
| Udgivelsesdato | 2017-11-12 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | baurine |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/baurine/quick-gitbook-chrome-extension |
| Understøttede Sprog | 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"
]
} | |