Youtube Time Keeper

Retain your point in videos even after browser crashes and restarts

什么是Youtube Time Keeper?

Youtube Time Keeper是由daffy1234开发的Chrome扩展程序,该扩展的主要功能是“Retain your point in videos even after browser crashes and restarts”。

扩展截图

screenshot

下载Youtube Time Keeper扩展crx文件

下载Youtube Time Keeper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple extension to keep the current time of Youtube videos in the address bar.

Every second, the URL is updated to contain "t=[current time]". This makes videos resume where they left off in the event that chrome is closed accidentally, crashes, or a tab is suspended through another means such as with the extension "The Great Suspender".

Known issues:
  - Hourglass button looks broken in full screen mode

0.0.0.7:
  - Fixed an issue resulting in the tab icon blinking sometimes, or sometimes causing a memory leak.

0.0.0.6:
  - Minor changes
  - Icon and screenshot added

0.0.0.5:
  - Hourglass button turns red when timer is disabled
  - URL is updated to look like "t=3m21s" instead of "t=201" for times over a minute

0.0.0.4:
  - Fixed cases where the button may not show until after the page fully loads

0.0.0.3:
  - Added a button on youtube videos to disable the timer. Useful when sharing videos from the beginning.

0.0.0.2:
  - fixed a bug that spammed the right click menu of the back button                    

扩展基本信息

名称 Youtube Time Keeper Youtube Time Keeper
ID najpdcckclgkfilhecdmghhndhkcpoma
官方URL https://chromewebstore.google.com/detail/youtube-time-keeper/najpdcckclgkfilhecdmghhndhkcpoma
简介 Retain your point in videos even after browser crashes and restarts
文件大小 42.91 KB
安装次数 215
当前版本 0.0.0.7
更新时间 2016-01-22
上架时间 2016-01-22
评分 3.62/5 共13次评分
开发者 daffy1234
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Time Keeper",
    "description": "Retain your point in videos even after browser crashes and restarts",
    "version": "0.0.0.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "loader.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "timer.js",
        "hourglass.png"
    ]
}