Coder Rants

Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab

Coder Rants란 무엇입니까?

Coder Rants은(는) N00B에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Coder Rant is an extension which helps you to get new rants whenever you open your newtab.
Now don't get bored with the clumsy new tab anymore.Coder Rant is here to save you.                    

확장 프로그램 기본 정보

이름 Coder Rants Coder Rants
ID beheigghcoemllkkbiplpejjefjaigbe
공식 URL https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe
설명 Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
파일 크기 878 KB
설치 횟수 17
현재 버전 2.1
최근 업데이트 2018-09-10
출시 날짜 2018-09-10
평점 5.00/5 총 6 개의 평점
개발자 N00B
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://soumyajitdutta.ml/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder Rants",
    "description": "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab",
    "version": "2.1",
    "icons": {
        "16": "images\/code_80-512.png",
        "48": "images\/code_80-512.png",
        "128": "images\/code_80-512.png"
    },
    "browser_action": {
        "default_icon": "images\/code_80-512.png",
        "default_popup": "landing.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "https:\/\/*\/devrant*",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}