DevDocs

Quickly find DevDocs without wasting a tab

Co to jest DevDocs?

DevDocs to rozszerzenie Chrome opracowane przez MightySCollins, a jego główną funkcją jest „Quickly find DevDocs without wasting a tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DevDocs

Pobierz pliki rozszerzeń DevDocs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DevDocs DevDocs
ID kfollpcdnbaimpmjhkoghaegiendpidj
Oficjalny URL https://chromewebstore.google.com/detail/devdocs/kfollpcdnbaimpmjhkoghaegiendpidj
Opis Quickly find DevDocs without wasting a tab
Rozmiar pliku 25.52 KB
Liczba instalacji 2,645
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2016-01-13
Data Publikacji 2016-01-13
Ocena 4.64/5 Łącznie 14 Oceny
Deweloper MightySCollins
Typ Płatności free
Obsługiwane Języki 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"
    }
}