Capitalize Domain
Capitalize the Universal Resource Locator for the current domain
Wat is Capitalize Domain?
Capitalize Domain is een Chrome-extensie ontwikkeld door jeremyfine365, en de belangrijkste functie is "Capitalize the Universal Resource Locator for the current domain".
Extensie Screenshots
Download het CRX-bestand van de extensie Capitalize Domain
Download Capitalize Domain-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
Select "Capitalize Domain" from the context menu to transform the URL of the current domain to uppercase and display it in a popup.
Basisinformatie over de Extensie
Naam | |
ID | gcijhddlfcfpnpnaoihkbijgclkjnodi |
Officiële URL | https://chrome.google.com/webstore/detail/capitalize-domain/gcijhddlfcfpnpnaoihkbijgclkjnodi |
Beschrijving | Capitalize the Universal Resource Locator for the current domain |
Bestandsgrootte | 8.07 KB |
Aantal Installaties | 8,508 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-04-01 |
Publicatiedatum | 2014-04-01 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | jeremyfine365 |
Betalingswijze | free |
Ondersteunde Talen | 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 } |