Capitalize Domain
Capitalize the Universal Resource Locator for the current domain
Vad är Capitalize Domain?
Capitalize Domain är en Chrome-tillägg utvecklad av jeremyfine365, och dess huvudfunktion är "Capitalize the Universal Resource Locator for the current domain".
Tilläggsskärmbilder
Ladda ner Capitalize Domain-förlängningens CRX-fil
Ladda ner Capitalize Domain-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Select "Capitalize Domain" from the context menu to transform the URL of the current domain to uppercase and display it in a popup.
Grundläggande Information om Tillägg
Namn | |
ID | gcijhddlfcfpnpnaoihkbijgclkjnodi |
Officiell webbadress | https://chrome.google.com/webstore/detail/capitalize-domain/gcijhddlfcfpnpnaoihkbijgclkjnodi |
Beskrivning | Capitalize the Universal Resource Locator for the current domain |
Filstorlek | 8.07 KB |
Antal Installationer | 8,508 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-04-01 |
Publiceringsdatum | 2014-04-01 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | jeremyfine365 |
Betalningssätt | free |
Stödda Språk | 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 } |