OPTC Player Helper

Simple chrome extension to make OPTC players' life a little bit easier.

OPTC Player Helper란 무엇입니까?

OPTC Player Helper은(는) ygordanniel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple chrome extension to make OPTC players' life a little bit easier."입니다.

확장 프로그램 스크린샷

screenshot

OPTC Player Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simple chrome extension to make OPTC players' life a little bit easier.

This extention is an independent work and IT'S NOT associated with the OPTC Team. Any problems, doubts, ideas or sugestions show be said direct to me via email or reddit.
Reddit thread: https://www.reddit.com/r/OnePieceTC/comments/4l6oxz/optc_db_chrome_extension/
Reddit profile: https://www.reddit.com/user/ygaum

UPDATE LOG

-v0.1.1
    -now focusing on input text
-v0.1.2
    -permissions changed, now is restricted to https://optc-db.github.io/*
-v0.2
    -implemented Turtle Time API
-v0.2.1
    -now showing timezone
-v0.2.2
    -now users can select time format. (12 ou 24 hours)
    -setting user's cookies to remember turtle time options                    

확장 프로그램 기본 정보

이름 OPTC Player Helper OPTC Player Helper
ID bonlajhafobfegenljlmpnmkodpgfpmc
공식 URL https://chromewebstore.google.com/detail/optc-player-helper/bonlajhafobfegenljlmpnmkodpgfpmc
설명 Simple chrome extension to make OPTC players' life a little bit easier.
파일 크기 333 KB
설치 횟수 34
현재 버전 0.2.3.1
최근 업데이트 2016-06-03
출시 날짜 2016-06-03
평점 5.00/5 총 5 개의 평점
개발자 ygordanniel
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OPTC Player Helper",
    "description": "Simple chrome extension to make OPTC players' life a little bit easier.",
    "version": "0.2.3.1",
    "browser_action": {
        "default_icon": "icon-64x64.png",
        "default_popup": "popup.html",
        "default_title": "OPTC Player Helper."
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/optc-db.github.io\/*"
            ],
            "js": [
                "app\/js\/popup.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "notifications",
        "https:\/\/optctimer.com\/*"
    ]
}