labnol
See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.
Apa itu labnol?
labnol adalah ekstensi Chrome yang dikembangkan oleh https://digitalinspiration.com, dan fitur utamanya adalah "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi labnol
Unduh file ekstensi labnol dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | labnol |
ID | eemidipgodgijlikgpdilfpolloknidd |
URL Resmi | https://chromewebstore.google.com/detail/labnol/eemidipgodgijlikgpdilfpolloknidd |
Deskripsi | See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser. |
Ukuran File | 7.53 KB |
Jumlah Instalasi | 224 |
Versi Saat Ini | 0.5 |
Terakhir Diperbarui | 2014-02-24 |
Tanggal Publikasi | 2014-02-24 |
Penilaian | 3.79/5 Total 14 Penilaian |
Pengembang | https://digitalinspiration.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.labnol.org/ |
URL Halaman Bantuan | http://digitalinspiration.com/google-chrome |
URL Halaman Kebijakan Privasi | https://digitalinspiration.com/privacy |
Bahasa yang Didukung | 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" } |