TubeMarks for Youtube

A fun extension

TubeMarks for Youtubeคืออะไร?

TubeMarks for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Chen และคุณลักษณะหลักของมันคือ "A fun extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TubeMarks for Youtube

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

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

                        Hello!  Welcome to TubeMarks for Youtube!
Press the 'add' button to add a youtube time.   Press 'remove' to remove.

The idea was given to me by Brian Chen.

I was inspired to create this because I watch 20 min+ compilation videos of doggos and sometimes you see a doggo and laugh but forget it later and the best way to keep track of doggo at 10:45 is to put down a little mark thing.  :) Have fun!

Known Bugs:
None :) Pls report them to me.

Contact me with suggestions or to say hi. :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TubeMarks for Youtube TubeMarks for Youtube
ID edcbglmigcaihlpnfckmlhgidbgegkja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tubemarks-for-youtube/edcbglmigcaihlpnfckmlhgidbgegkja
คำอธิบาย A fun extension
ขนาดไฟล์ 53.48 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2016-09-14
วันที่เผยแพร่ 2016-09-14
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Peter Chen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pcpeterchen/TubeMarksChromeExt
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TubeMarks for Youtube",
    "short_name": "TbMrks",
    "description": "A fun extension",
    "version": "1.4",
    "browser_action": {
        "default_icon": "img\/icon16.ico"
    },
    "icons": {
        "16": "img\/icon16.ico",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ]
}