TubeMarks for Youtube

A fun extension

什么是TubeMarks for Youtube?

TubeMarks for Youtube是由Peter Chen开发的Chrome扩展程序,该扩展的主要功能是“A fun extension”。

扩展截图

screenshot

下载TubeMarks for Youtube扩展crx文件

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