Sort Tabs by URL
Sort tabs by URL.
Wat is Sort Tabs by URL?
Sort Tabs by URL is een Chrome-extensie ontwikkeld door deenheart, en de belangrijkste functie is "Sort tabs by URL.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sort Tabs by URL
Download Sort Tabs by URL-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
Sort tabs by URL. Basisinformatie over de Extensie
| Naam | |
| ID | ahpnnhpfemfgifkjpfoalamhdchhppkm |
| Officiële URL | https://chrome.google.com/webstore/detail/sort-tabs-by-url/ahpnnhpfemfgifkjpfoalamhdchhppkm |
| Beschrijving | Sort tabs by URL. |
| Bestandsgrootte | 19.44 KB |
| Aantal Installaties | 410 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2017-11-21 |
| Publicatiedatum | 2017-11-05 |
| Beoordeling | 3.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | deenheart |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.1.0",
"manifest_version": 2,
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/twitter.com\/vmi_en",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Sort tabs by URL"
},
"permissions": [
"tabs"
]
} | |