Bootstrap 3 Offline Docs
Opens up offline Bootstrap 3 documentation
Wat is Bootstrap 3 Offline Docs?
Bootstrap 3 Offline Docs is een Chrome-extensie ontwikkeld door yelinaung, en de belangrijkste functie is "Opens up offline Bootstrap 3 documentation".
Extensie Screenshots
Download het CRX-bestand van de extensie Bootstrap 3 Offline Docs
Download Bootstrap 3 Offline Docs-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
This the Chrome for the Bootstrap 3 Offline documentation via getbootstrap.com. ( This is not the official Extension from Bootstrap itself. Updated to Bootstrap 3.1.1 Basisinformatie over de Extensie
| Naam | |
| ID | iockjjgifjoakhjgknchocbmblohaofd |
| Officiële URL | https://chrome.google.com/webstore/detail/bootstrap-3-offline-docs/iockjjgifjoakhjgknchocbmblohaofd |
| Beschrijving | Opens up offline Bootstrap 3 documentation |
| Bestandsgrootte | 5.11 MB |
| Aantal Installaties | 60 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2014-03-14 |
| Publicatiedatum | 2014-03-14 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | yelinaung |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/yelinaung/Bootstrap3-Chrome-Extension/ |
| Help Pagina-URL | https://github.com/yelinaung/Bootstrap3-Chrome-Extension/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bootstrap 3 Offline Docs",
"version": "1.1",
"manifest_version": 2,
"description": "Opens up offline Bootstrap 3 documentation",
"background": {
"scripts": [
"new_window.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Bootstrap 3 Offline Docs",
"default_icon": "icon.png"
},
"permissions": [
"tabs"
],
"icons": {
"16": "icon.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.0\/jquery.min.js; object-src 'self'"
} | |