Remember My Comics

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

Remember My Comicsคืออะไร?

Remember My Comics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zycian และคุณลักษณะหลักของมันคือ "Simplifies reading comics on the internet by remembering where you left off."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remember My Comics

ดาวน์โหลดไฟล์ส่วนขยาย 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
}