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文件

下载Remember My Comics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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