DevDocs
Quickly find DevDocs without wasting a tab
Was ist DevDocs?
DevDocs ist eine Chrome-Erweiterung, die von MightySCollins entwickelt wurde, und ihr Hauptmerkmal ist "Quickly find DevDocs without wasting a tab".
Erweiterungsscreenshots
DevDocs-Erweiterungs-CRX-Datei herunterladen
Laden Sie DevDocs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to quickly open a tab and get straight into DevDocs.io even without an internet connection. It removes the need for a pinned tab and allows easy access to a great developer resource. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kfollpcdnbaimpmjhkoghaegiendpidj |
| Offizielle URL | https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj |
| Beschreibung | Quickly find DevDocs without wasting a tab |
| Dateigröße | 25.52 KB |
| Installationsanzahl | 2,645 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2016-01-13 |
| Veröffentlichungsdatum | 2016-01-13 |
| Bewertung | 4.64/5 Insgesamt 14 Bewertungen |
| Entwickler | MightySCollins |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DevDocs",
"short_name": "DevDocs",
"author": "Sam Collins",
"description": "Quickly find DevDocs without wasting a tab",
"version": "0.0.3",
"manifest_version": 2,
"offline_enabled": true,
"browser_action": {
"default_icon": "icon32.png",
"default_title": "DevDocs"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"128": "icon128.png"
}
} | |