labnol
See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
O que é labnol?
labnol é uma extensão do Chrome desenvolvida por https://digitalinspiration.com, e sua principal característica é "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão labnol
Baixe arquivos de extensão labnol no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | labnol |
ID | eemidipgodgijlikgpdilfpolloknidd |
URL Oficial | https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd |
Descrição | See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser. |
Tamanho do Arquivo | 7.53 KB |
Contagem de Instalações | 224 |
Versão Atual | 0.5 |
Última Atualização | 2014-02-24 |
Data de Publicação | 2014-02-24 |
Classificação | 3.79/5 Total de 14 Avaliações |
Desenvolvedor | https://digitalinspiration.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.labnol.org/ |
URL da Página de Ajuda | http://digitalinspiration.com/google-chrome |
URL da Página de Política de Privacidade | https://digitalinspiration.com/privacy |
Idiomas Suportados | 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" } |