labnol

See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.

Co to jest labnol?

labnol to rozszerzenie Chrome opracowane przez https://digitalinspiration.com, a jego główną funkcją jest „See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia labnol

Pobierz pliki rozszerzeń labnol 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

                        Digital Inspiration, launched in 2004, is among the most popular how-to blogs on the Internet. 

The blog features how-to guides around consumer technology, software tutorials, app reviews and everything else that enhances personal productivity.

You can use the Digital Inspiration extension to search our extensive tutorials library from anywhere inside your Chrome browser.

The app will also show you the most recently published tutorials and guides with a click.                    

Podstawowe informacje o rozszerzeniu

Nazwa labnol labnol
ID eemidipgodgijlikgpdilfpolloknidd
Oficjalny URL https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd
Opis See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
Rozmiar pliku 7.53 KB
Liczba instalacji 224
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2014-02-24
Data Publikacji 2014-02-24
Ocena 3.79/5 Łącznie 14 Oceny
Deweloper https://digitalinspiration.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.labnol.org/
Adres URL Strony Pomocy http://digitalinspiration.com/google-chrome
Adres URL Strony Polityki Prywatności https://digitalinspiration.com/privacy
Obsługiwane Języki en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "labnol.html",
        "default_title": "Digital Inspiration"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "description": "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "labnol",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5"
}