DevDocs
Quickly find DevDocs without wasting a tab
Wat is DevDocs?
DevDocs is een Chrome-extensie ontwikkeld door MightySCollins, en de belangrijkste functie is "Quickly find DevDocs without wasting a tab".
Extensie Screenshots
Download het CRX-bestand van de extensie DevDocs
Download DevDocs-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 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.
Basisinformatie over de Extensie
Naam | DevDocs |
ID | kfollpcdnbaimpmjhkoghaegiendpidj |
Officiële URL | https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj |
Beschrijving | Quickly find DevDocs without wasting a tab |
Bestandsgrootte | 25.52 KB |
Aantal Installaties | 2,645 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2016-01-13 |
Publicatiedatum | 2016-01-13 |
Beoordeling | 4.64/5 Totaal 14 Beoordelingen |
Ontwikkelaar | MightySCollins |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |