Update/Add Comic

Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created.

Update/Add Comic란 무엇입니까?

Update/Add Comic은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Update/Add Comic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is for people who read a lot of webcomics but can't necessarily keep up to date each day. This extension allows you to keep a folder of webcomics updated with two clicks each time you stop reading. 

An example morning for me involved going to xkcd, scrolling back to the last one I read, then reading from then on. That was annoying and took far too many clicks, so I wrote this extension to help. Now I just go to my bookmarks folder, click xkcd and I'm on the last one I read. When I read through as many as I have time for I can just right click and save my place for the next day.

If you don't have a folder named "Comics" in your bookmarks bar it will create one when Chrome loads, this may require you to restart Chrome. From then on it will update that spot in the folder each time you update your saved page.

------------------------------------
Known issues have been fixed. Let me know if you find anything new.                    

확장 프로그램 기본 정보

이름 Update/Add Comic Update/Add Comic
ID kmdoolpbdaendjhieaaiilffnkefmpkm
공식 URL https://chromewebstore.google.com/detail/updateadd-comic/kmdoolpbdaendjhieaaiilffnkefmpkm
설명 Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created.
파일 크기 709 KB
설치 횟수 35
현재 버전 1.1.1
최근 업데이트 2014-03-25
출시 날짜 2014-03-25
평점 4.00/5 총 4 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Update\/Add Comic",
    "description": "Updates or Adds a website to the bookmark folder named 'Comics'. If the folder doesn't exist it will be created.",
    "version": "1.1.1",
    "permissions": [
        "contextMenus",
        "bookmarks"
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}