Centralizer
Return YouTube back to centre of your browser window
什麼是Centralizer?
Centralizer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Return YouTube back to centre of your browser window”。
擴展截圖
下載Centralizer擴展crx文件
下載Centralizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This little quickly built tool puts YouTube content back into the center of your desktop browser (or close enough) . 擴展基本資訊
| 名稱 | |
| ID | cehclcpdcdlhpcjcocnjkpegfgnokdhj |
| 官方網址 | https://chromewebstore.google.com/detail/centralizer/cehclcpdcdlhpcjcocnjkpegfgnokdhj |
| 簡介 | Return YouTube back to centre of your browser window |
| 檔案大小 | 45.7 KB |
| 安裝次數 | 13 |
| 目前版本 | 0.2 |
| 更新時間 | 2012-12-07 |
| 上架時間 | 2012-12-07 |
| 評分 | 4.00/5 共 5 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"content_scripts": [
{
"all_frames": false,
"css": [
"css\/centralizer.css"
],
"js": [
"js\/jquery.js",
"js\/underscore.js",
"js\/centralizerContentScript.js"
],
"matches": [
"http:\/\/*.youtube.com\/*",
"https:\/\/*.youtube.com\/*"
],
"run_at": "document_end"
}
],
"description": "Return YouTube back to centre of your browser window",
"icons": {
"128": "icons\/centralizer-128.png",
"32": "icons\/centralizer-32.png",
"48": "icons\/centralizer-48.png"
},
"name": "Centralizer",
"version": "0.2",
"manifest_version": 2
} | |