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. 擴展基本資訊
| 名稱 | |
| ID | eidciofckigmjkcoahjomfiopbknimik |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |