LearnCBSE Clean Print

Print cleaned LearnCBSE.in pages. Removes all unnecessary contents. Print clean page only with questions and answers.

LearnCBSE Clean Print란 무엇입니까?

LearnCBSE Clean Print은(는) Pankaj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print cleaned LearnCBSE.in pages. Removes all unnecessary contents. Print clean page only with questions and answers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LearnCBSE Clean Print 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        LearnCBSE.in site is a great site for CBSE students. It provides Questions and answers of all classes and subject but when we try to print a page it prints lots of unnecessary things. Ex- comments, banners etc which consumes lots page and time. "LearnCBSE Clean Print" will remove all these things and it will only print questions and answers which we all need.                    

확장 프로그램 기본 정보

이름 LearnCBSE Clean Print LearnCBSE Clean Print
ID hjilnaefjghpfpaglleflcgdfmffphll
공식 URL https://chrome.google.com/webstore/detail/learncbse-clean-print/hjilnaefjghpfpaglleflcgdfmffphll
설명 Print cleaned LearnCBSE.in pages. Removes all unnecessary contents. Print clean page only with questions and answers.
파일 크기 17.14 KB
설치 횟수 411
현재 버전 1.2
최근 업데이트 2018-06-20
출시 날짜 2018-06-20
평점 2.50/5 총 4 개의 평점
개발자 Pankaj
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/www.learncbse.in\/*"
            ]
        }
    ],
    "description": "Print cleaned LearnCBSE.in pages. Removes all unnecessary contents. Print clean page only with questions and answers.",
    "icons": {
        "128": "lccp-128.png",
        "16": "lccp-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoAU7mo5XmJr7gvZuVrTsCu6nb2oxxEh61CSKMdjGblZf24xsRArKdP7fbetnHLo\/0ckbPn2wKgL7Kg4ux0GYqnhQZf\/x6DmPMOM7zXVHgutYnT3\/RZaSk\/SI8FRyM0xGkOvJuamJo\/N8xQ8jIs7eHBT4wH8x17t+zWn4uqDj\/uk6v8lbLiZErPqcX1fwkF9RtO2s0yhgcqRKXUCIg\/Sz3otpRyKYagtOFZE6OZ58CMayuN+3Sh4a5iT3mouOlJyj3mHv6POLztIcFifcdBmRVG2Ygrfr5gmKLFROpypX\/GTib91\/VgHLrnT6kC8pfW0kXDyLMtqotUcKj+wnj+7zBwIDAQAB",
    "manifest_version": 2,
    "name": "LearnCBSE Clean Print",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}