Revision Slider

Countdown the days until your exams, and distribute your remaining days among each topic to get an idea of how long you really have.

Revision Slider란 무엇입니까?

Revision Slider은(는) miraan.tabrez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Countdown the days until your exams, and distribute your remaining days among each topic to get an idea of how long you really have."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Input your exams, their dates and times, and this nifty extension will pop up with how long you have left until each of them at the click of a button in your browser. You can also distribute your remaining revision days among each of your exams, to see how long you really have for each topic.

This is the perfect tool to make time tradeoffs between all your topics. You can visualise chopping a day off one topic to get an extra day of revision on another topic. This is also the perfect tool to divide up a spacious exam period. If you've got lots of off days in your exam period, then this tool will take advantage of them to show you how you can get extra revision for your later exams in, after your earlier exams, and how you can maximise the time before your first exams to nail them too. You can get the balance perfect with the sliders.                    

확장 프로그램 기본 정보

이름 Revision Slider Revision Slider
ID kakpigkennjafkgbpenkgijoiknajohb
공식 URL https://chrome.google.com/webstore/detail/revision-slider/kakpigkennjafkgbpenkgijoiknajohb
설명 Countdown the days until your exams, and distribute your remaining days among each topic to get an idea of how long you really have.
파일 크기 772 KB
설치 횟수 3,000
현재 버전 1.1
최근 업데이트 2016-04-16
출시 날짜 2016-04-16
평점 4.33/5 총 15 개의 평점
개발자 miraan.tabrez
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.hypertune.ai/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Revision Slider",
    "description": "Countdown the days until your exams, and distribute your remaining days among each topic to get an idea of how long you really have.",
    "version": "1.1",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "index.html",
        "default_title": "Revision Scheduler and Countdown"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}