Programming Tips

Shows programming tips when you open a new tab

Programming Tips란 무엇입니까?

Programming Tips은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows programming tips when you open a new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        If you are learning to code or want to keep your programming skills sharp, this extension is for you. See a new programming tip every time you open a new tab. Choose the programming languages/tools (JavaScript, Python, Java, Go, C++, HTML, CSS, etc.) for which you want to see the tips.
Feel free to submit your programming tips/tricks/insights that you want to share with the programming community. You can submit a code snippet you regularly use, a tip or trick not commonly known, or any suggestions for fellow learners from your side.                    

확장 프로그램 기본 정보

이름 Programming Tips Programming Tips
ID ooaiehbfngcjjeaiedpffeajkeleikpl
공식 URL https://chromewebstore.google.com/detail/programming-tips/ooaiehbfngcjjeaiedpffeajkeleikpl
설명 Shows programming tips when you open a new tab
파일 크기 402 KB
설치 횟수 978
현재 버전 1.1.0
최근 업데이트 2018-06-20
출시 날짜 2018-06-20
평점 4.75/5 총 8 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://hackr.io
도움말 페이지 URL https://hackr.io/feedback
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Programming Tips",
    "manifest_version": 2,
    "description": "Shows programming tips when you open a new tab",
    "version": "1.1.0",
    "permissions": [
        "storage",
        "https:\/\/hackr.io\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "code-logo.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
}