Tablr
A powerful tab manager at your fingertips!
Wat is Tablr?
Tablr is een Chrome-extensie ontwikkeld door TVFlash, en de belangrijkste functie is "A powerful tab manager at your fingertips!".
Extensie Screenshots
Download het CRX-bestand van de extensie Tablr
Download Tablr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | agdlmmkblbggohcchbofgamfjddamemo |
| Officiële URL | https://chrome.google.com/webstore/detail/tablr/agdlmmkblbggohcchbofgamfjddamemo |
| Beschrijving | A powerful tab manager at your fingertips! |
| Bestandsgrootte | 42.19 KB |
| Aantal Installaties | 47 |
| Huidige Versie | 1.3.2 |
| Laatst Bijgewerkt | 2014-09-11 |
| Publicatiedatum | 2014-09-11 |
| Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | TVFlash |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |