Actually Read it Later

Extension for saving articles for later, and actually reading them

Actually Read it Later란 무엇입니까?

Actually Read it Later은(는) Arsen Losenko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for saving articles for later, and actually reading them"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Actually Read it Later 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you are always forgetting that article that you saved to read it later, this extension is for you!

Usage of extension is as basic as it gets: you set time for reading in options, and then save any article that you want by clicking on extension icon. When the reading time comes, you will be presented with list of your saved articles. Pretty easy, right?

Feel free to share your usage experience here, any feedback is appreciated!                    

확장 프로그램 기본 정보

이름 Actually Read it Later Actually Read it Later
ID ljjoedgdgmfajafgijejbomchigkojie
공식 URL https://chromewebstore.google.com/detail/actually-read-it-later/ljjoedgdgmfajafgijejbomchigkojie
설명 Extension for saving articles for later, and actually reading them
파일 크기 423 KB
설치 횟수 266
현재 버전 1.7.5
최근 업데이트 2018-03-17
출시 날짜 2018-03-17
평점 4.00/5 총 6 개의 평점
개발자 Arsen Losenko
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Actually Read it Later",
    "description": "Extension for saving articles for later, and actually reading them",
    "version": "1.7.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Actually Read It Later",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/notebook16.png",
        "32": "img\/notebook32.png",
        "48": "img\/notebook48.png",
        "128": "img\/notebook128.png"
    }
}