OPTC Player Helper

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

OPTC Player Helperคืออะไร?

OPTC Player Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ygordanniel และคุณลักษณะหลักของมันคือ "Simple chrome extension to make OPTC players' life a little bit easier."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OPTC Player Helper

ดาวน์โหลดไฟล์ส่วนขยาย OPTC Player Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}