labnol

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

Что такое labnol?

labnol - это расширение Chrome, разработанное https://digitalinspiration.com, и его основная функция - "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения labnol

Скачайте файлы расширений labnol в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название labnol labnol
ID eemidipgodgijlikgpdilfpolloknidd
Официальный URL https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd
Описание See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
Размер файла 7.53 KB
Количество установок 224
Текущая Версия 0.5
Последнее Обновление 2014-02-24
Дата публикации 2014-02-24
Рейтинг 3.79/5 Всего 14 оценок
Разработчик https://digitalinspiration.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.labnol.org/
URL страницы помощи http://digitalinspiration.com/google-chrome
URL страницы политики конфиденциальности https://digitalinspiration.com/privacy
Поддерживаемые языки 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"
}