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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย miraan.tabrez และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Revision Slider

ดาวน์โหลดไฟล์ส่วนขยาย Revision Slider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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