YouTube Timestamp Bookmarker - Gravitate Webs

Saving timestamps in YouTube videos

YouTube Timestamp Bookmarker - Gravitate Websとは何ですか?

YouTube Timestamp Bookmarker - Gravitate Websはgravitatewebsによって開発されたChromeの拡張機能で、その主な機能は「Saving timestamps in YouTube videos」です。

拡張機能のスクリーンショット

screenshot
screenshot

YouTube Timestamp Bookmarker - Gravitate Webs拡張機能のCRXファイルをダウンロード

YouTube Timestamp Bookmarker - Gravitate Webs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Timestamp bookmark a YouTube video at any point during the video by pressing the blue button. This extension will remember what time you saved the bookmark and you can jump to that point at any time you wish. Save as many timestamped bookmakers as you want. This is a great tool when you are presenting a video and when you are needing to jump around to certain points.                    

拡張機能の基本情報

名前 YouTube Timestamp Bookmarker - Gravitate Webs YouTube Timestamp Bookmarker - Gravitate Webs
ID kbpcmedhleadonchilbecnmmcfeilmml
公式URL https://chromewebstore.google.com/detail/youtube-timestamp-bookmar/kbpcmedhleadonchilbecnmmcfeilmml
説明 Saving timestamps in YouTube videos
ファイルサイズ 138 KB
インストール数 31
現在のバージョン 0.1.0.0
最終更新日 2022-06-08
公開日 2022-06-07
開発者 gravitatewebs
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gravitatewebs.com/
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Timestamp Bookmarker - Gravitate Webs",
    "version": "0.1.0.0",
    "description": "Saving timestamps in YouTube videos",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/bookmark.png",
                "assets\/play.png",
                "assets\/delete.png",
                "assets\/save.png"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/ext-icon.png",
            "24": "assets\/ext-icon.png",
            "32": "assets\/ext-icon.png"
        },
        "default_title": "YouTube Timestamp Bookmarker - Gravitate Webs",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}