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"
}