YouTube My Timestamp
You can add memo only you can see to YouTube, including timestamps.
YouTube My Timestampとは何ですか?
YouTube My Timestampはhttps://mo2nabe.comによって開発されたChromeの拡張機能で、その主な機能は「You can add memo only you can see to YouTube, including timestamps.」です。
拡張機能のスクリーンショット
YouTube My Timestamp拡張機能のCRXファイルをダウンロード
YouTube My Timestamp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension make small note only you can see to every YouTube movie page. You can write something you like to the note. When you write a timestamp (ex.12:34), it become a link which jump to the time.
拡張機能の基本情報
名前 | YouTube My Timestamp |
ID | eidciofckigmjkcoahjomfiopbknimik |
公式URL | https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik |
説明 | You can add memo only you can see to YouTube, including timestamps. |
ファイルサイズ | 11.19 KB |
インストール数 | 29 |
現在のバージョン | 0.2.0 |
最終更新日 | 2020-09-19 |
公開日 | 2020-09-16 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | https://mo2nabe.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube My Timestamp", "short_name": "YTmt", "version": "0.2.0", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "icon19.png" }, "default_title": "write your memo", "default_popup": "popup.html" } } |