Combine URL
Combines url parts
Wat is Combine URL?
Combine URL is een Chrome-extensie ontwikkeld door https://kostoski.com, en de belangrijkste functie is "Combines url parts".
Extensie Screenshots
Download het CRX-bestand van de extensie Combine URL
Download Combine 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
Extension that combines URL parts in order to help you easily access full URL address. Basisinformatie over de Extensie
| Naam | |
| ID | lnmkibhfmgahenghonphjlepcdbdjpon |
| Officiële URL | https://chromewebstore.google.com/detail/combine-url/lnmkibhfmgahenghonphjlepcdbdjpon |
| Beschrijving | Combines url parts |
| Bestandsgrootte | 8.36 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 2.2 |
| Laatst Bijgewerkt | 2023-08-30 |
| Publicatiedatum | 2019-04-12 |
| Ontwikkelaar | https://kostoski.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://kostoski.com/ |
| Help Pagina-URL | https://kostoski.com/ |
| URL van de Privacybeleid Pagina | https://kostoski.com/privacypolicy.html |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Combine URL",
"description": "Combines url parts",
"version": "2.2",
"action": {
"default_popup": "index.html",
"default_icon": "icon.png"
},
"permissions": [
"storage"
],
"manifest_version": 3,
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Combines url parts"
}
}
} | |