Kino: The cinematic video player
Larger than large viewer on youtube.com. Smaller than fullscreen.
什麼是Kino: The cinematic video player?
Kino: The cinematic video player是由marco.m.alves開發的Chrome擴展程式,該擴展的主要功能是“Larger than large viewer on youtube.com. Smaller than fullscreen.”。
擴展截圖
下載Kino: The cinematic video player擴展crx文件
下載Kino: The cinematic video player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
What is it?
You want to see the code on the video but you don't want to use fullscreen mode?
Kino provides you a player larger than the large player on youtube.com but without using fullscreen mode.
It's great for watching tutorials that have a lot of code examples.
How to use it?
Every time the extension detects a video on a page it signals you with a video player icon inside chrome's omnibox.
If you click the video player icon, you will redirected to Kino website where the video in starting page will be loaded in a cinematic view. 擴展基本資訊
| 名稱 | |
| ID | fcjajigcchohdknfaommjppceglkabod |
| 官方網址 | https://chromewebstore.google.com/detail/kino-the-cinematic-video/fcjajigcchohdknfaommjppceglkabod |
| 簡介 | Larger than large viewer on youtube.com. Smaller than fullscreen. |
| 檔案大小 | 812 KB |
| 安裝次數 | 95 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2013-07-11 |
| 上架時間 | 2013-07-11 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | marco.m.alves |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kino: The cinematic video player",
"version": "0.0.1",
"manifest_version": 2,
"description": "Larger than large viewer on youtube.com. Smaller than fullscreen.",
"icons": {
"16": "icons\/kino-16.png",
"48": "icons\/kino-48.png",
"128": "icons\/kino-128.png"
},
"background": {
"page": "src\/bg\/background.html"
},
"page_action": {
"default_icon": "icons\/kino-19.png",
"default_title": "Kino"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"lib\/jquery\/jquery.js",
"src\/inject\/inject.js"
]
}
]
} | |