Remember My Comics

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

Remember My Comics là gì?

Remember My Comics là một tiện ích mở rộng Chrome được phát triển bởi Zycian, và tính năng chính của nó là "Simplifies reading comics on the internet by remembering where you left off.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remember My Comics

Tải xuống các tệp mở rộng Remember My Comics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        '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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remember My Comics Remember My Comics
ID pcahmjijfdogbhpeengjbpgaomcbfekd
URL Chính Thức https://chrome.google.com/webstore/detail/remember-my-comics/pcahmjijfdogbhpeengjbpgaomcbfekd
Mô tả Simplifies reading comics on the internet by remembering where you left off.
Kích Thước Tệp 179 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.1.6
Cập Nhật Lần Cuối 2013-03-02
Ngày Phát Hành 2013-03-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Zycian
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}