Sort Tabs Example
Click the icon to sort all your tabs alphabetically by their title.
Wat is Sort Tabs Example?
Sort Tabs Example is een Chrome-extensie ontwikkeld door Cory Forsyth, en de belangrijkste functie is "Click the icon to sort all your tabs alphabetically by their title.".
Download het CRX-bestand van de extensie Sort Tabs Example
Download Sort Tabs Example-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
Click the icon to sort all your tabs alphabetically by their title. Basisinformatie over de Extensie
| Naam | |
| ID | pbdjobplklihafkpipaebjamkcdlbjhg |
| Officiële URL | https://chrome.google.com/webstore/detail/sort-tabs-example/pbdjobplklihafkpipaebjamkcdlbjhg |
| Beschrijving | Click the icon to sort all your tabs alphabetically by their title. |
| Bestandsgrootte | 7.76 KB |
| Aantal Installaties | 16 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2016-02-21 |
| Publicatiedatum | 2016-02-21 |
| Ontwikkelaar | Cory Forsyth |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sort Tabs Example",
"manifest_version": 2,
"short_name": "Sort Tabs",
"version": "0.1",
"browser_action": {
"default_icon": "sort-128.png",
"default_title": "Sort Tabs Example"
},
"icons": {
"128": "sort-128.png"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
]
}
} | |