Tablr
A powerful tab manager at your fingertips!
什麼是Tablr?
Tablr是由TVFlash開發的Chrome擴展程式,該擴展的主要功能是“A powerful tab manager at your fingertips!”。
擴展截圖
下載Tablr擴展crx文件
下載Tablr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tab organization done right.
Tablr is a quick and lightweight tab sorting and searching Chrome extension!
Features :
- Alphabetize tabs A-Z (Ctrl+Shift+A)
- Search tabs for keywords
- Adjustable settings
- Duplicate tab cleaning
Change log:
V 1.3.2
- Performance optimizations
V 1.3.1
- Fixed preferences for shortcut searches
V 1.3
- Added Settings menu
- Added search by URL
- Added toggle tab duplicate cleaning
V 1.2.1
- Added search on enter
V 1.2
- Added alpha sort shortcut
V 1.1
- Fixed icons
V 1.0
- Release 擴展基本資訊
| 名稱 | |
| ID | agdlmmkblbggohcchbofgamfjddamemo |
| 官方網址 | https://chrome.google.com/webstore/detail/tablr/agdlmmkblbggohcchbofgamfjddamemo |
| 簡介 | A powerful tab manager at your fingertips! |
| 檔案大小 | 42.19 KB |
| 安裝次數 | 47 |
| 目前版本 | 1.3.2 |
| 更新時間 | 2014-09-11 |
| 上架時間 | 2014-09-11 |
| 評分 | 5.00/5 共 9 次評分 |
| 開發者 | TVFlash |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tablr",
"description": "A powerful tab manager at your fingertips!",
"version": "1.3.2",
"options_page": "settings.html",
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"toggle-sort": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"mac": "Command+Shift+A"
},
"description": "Sorts the tabs in A-Z"
}
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"icons": {
"128": "img\/hot.png",
"48": "img\/icon48.png",
"16": "img\/defaultIcon16.png"
},
"permissions": [
"webNavigation",
"webRequest",
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |