DevDocs
Quickly find DevDocs without wasting a tab
Vad är DevDocs?
DevDocs är en Chrome-tillägg utvecklad av MightySCollins, och dess huvudfunktion är "Quickly find DevDocs without wasting a tab".
Tilläggsskärmbilder
Ladda ner DevDocs-förlängningens CRX-fil
Ladda ner DevDocs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kfollpcdnbaimpmjhkoghaegiendpidj |
| Officiell webbadress | https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj |
| Beskrivning | Quickly find DevDocs without wasting a tab |
| Filstorlek | 25.52 KB |
| Antal Installationer | 2,645 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2016-01-13 |
| Publiceringsdatum | 2016-01-13 |
| Betyg | 4.64/5 Totalt 14 Betyg |
| Utvecklare | MightySCollins |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |