Remember My Comics

Simplifies reading comics on the internet by remembering where you left off.

Remember My Comics란 무엇입니까?

Remember My Comics은(는) Zycian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplifies reading comics on the internet by remembering where you left off."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Remember My Comics 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        'Remember My Comics' is useful for the user who reads comics, and wants to let go of the responsibility of constantly keeping track of where he left off during his last reading session.
  This is done by remembering where he left off, when he was done reading last time. It also has some history functionality, which can be used for keeping track of what he has read in the past. 

I hope you will find use for it. If you have any questions or suggestions, please don't hesitate to tell me.

Tips:
- If you have trouble understanding some of the functionality, try hovering over either the element, button or text for a description. 

- You can drag the URL objects around to get them in the order you prefer.

- Right clicking the URL objects brings up a context menu.                    

확장 프로그램 기본 정보

이름 Remember My Comics Remember My Comics
ID pcahmjijfdogbhpeengjbpgaomcbfekd
공식 URL https://chrome.google.com/webstore/detail/remember-my-comics/pcahmjijfdogbhpeengjbpgaomcbfekd
설명 Simplifies reading comics on the internet by remembering where you left off.
파일 크기 179 KB
설치 횟수 12
현재 버전 1.1.6
최근 업데이트 2013-03-02
출시 날짜 2013-03-02
평점 5.00/5 총 1 개의 평점
개발자 Zycian
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remember My Comics",
    "version": "1.1.6",
    "icons": {
        "16": "images\/img32.png",
        "48": "images\/img48.png",
        "128": "images\/img128.png"
    },
    "browser_action": {
        "default_icon": "images\/img32.png"
    },
    "background": {
        "page": "background.html"
    },
    "description": "Simplifies reading comics on the internet by remembering where you left off.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/icon19.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "fKeyListener.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2
}