labnol
See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
Was ist labnol?
labnol ist eine Chrome-Erweiterung, die von https://digitalinspiration.com entwickelt wurde, und ihr Hauptmerkmal ist "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.".
Erweiterungsscreenshots
labnol-Erweiterungs-CRX-Datei herunterladen
Laden Sie labnol-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | labnol |
ID | eemidipgodgijlikgpdilfpolloknidd |
Offizielle URL | https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd |
Beschreibung | See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser. |
Dateigröße | 7.53 KB |
Installationsanzahl | 224 |
Aktuelle Version | 0.5 |
Letztes Update | 2014-02-24 |
Veröffentlichungsdatum | 2014-02-24 |
Bewertung | 3.79/5 Insgesamt 14 Bewertungen |
Entwickler | https://digitalinspiration.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.labnol.org/ |
Hilfeseite URL | http://digitalinspiration.com/google-chrome |
URL der Datenschutzrichtlinien-Seite | https://digitalinspiration.com/privacy |
Unterstützte Sprachen | 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" } |