Capitalize Domain
Capitalize the Universal Resource Locator for the current domain
Qu'est-ce que Capitalize Domain ?
Capitalize Domain est une extension Chrome développée par jeremyfine365, et sa fonction principale est "Capitalize the Universal Resource Locator for the current domain".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Capitalize Domain
Téléchargez les fichiers d'extension Capitalize Domain au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Select "Capitalize Domain" from the context menu to transform the URL of the current domain to uppercase and display it in a popup.
Informations de Base sur l'Extension
Nom | |
ID | gcijhddlfcfpnpnaoihkbijgclkjnodi |
URL Officiel | https://chrome.google.com/webstore/detail/capitalize-domain/gcijhddlfcfpnpnaoihkbijgclkjnodi |
Description | Capitalize the Universal Resource Locator for the current domain |
Taille du Fichier | 8.07 KB |
Nombre d'Installations | 8,508 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-04-01 |
Date de Publication | 2014-04-01 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | jeremyfine365 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Capitalize Domain", "description": "Capitalize the Universal Resource Locator for the current domain", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |