labnol

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

labnol란 무엇입니까?

labnol은(는) https://digitalinspiration.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser."입니다.

확장 프로그램 스크린샷

screenshot

labnol 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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