Tabs Reloader
Reload tabs in current window
什麼是Tabs Reloader?
Tabs Reloader是由http://imcotton.com開發的Chrome擴展程式,該擴展的主要功能是“Reload tabs in current window”。
擴展截圖
下載Tabs Reloader擴展crx文件
下載Tabs Reloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
* single-click to reload pinned tabs
* double-click to reload normal tabs
And there is NO need of your data on ANY websites.
Source code available at: http://git.io/jB-PaQ 擴展基本資訊
| 名稱 | |
| ID | ofphdlddmcpeggijkmijojknacfnleij |
| 官方網址 | https://chrome.google.com/webstore/detail/tabs-reloader/ofphdlddmcpeggijkmijojknacfnleij |
| 簡介 | Reload tabs in current window |
| 檔案大小 | 9.76 KB |
| 安裝次數 | 363 |
| 目前版本 | 1.3.4 |
| 更新時間 | 2015-02-02 |
| 上架時間 | 2015-02-02 |
| 評分 | 4.14/5 共 14 次評分 |
| 開發者 | http://imcotton.com |
| 付費類型 | free |
| 擴展官網 | https://github.com/imcotton/tabs-reloader |
| 說明頁面URL | https://github.com/imcotton/tabs-reloader/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tabs Reloader",
"description": "Reload tabs in current window",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_24.png",
"default_title": "Reload tabs in this window"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"offline_enabled": true,
"version": "1.3.4"
} | |