TubeMarks for Youtube

A fun extension

TubeMarks for Youtube란 무엇입니까?

TubeMarks for Youtube은(는) Peter Chen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A fun extension"입니다.

확장 프로그램 스크린샷

screenshot

TubeMarks for Youtube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    ]
}