Capitalize Domain
Capitalize the Universal Resource Locator for the current domain
ما هو Capitalize Domain؟
Capitalize Domain هو إضافة Chrome تم تطويرها بواسطة jeremyfine365، والميزة الرئيسية لها هي "Capitalize the Universal Resource Locator for the current domain".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Capitalize Domain
قم بتنزيل ملفات الامتداد Capitalize Domain بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Select "Capitalize Domain" from the context menu to transform the URL of the current domain to uppercase and display it in a popup.
معلومات أساسية عن التمديد
الاسم | |
ID | gcijhddlfcfpnpnaoihkbijgclkjnodi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/capitalize-domain/gcijhddlfcfpnpnaoihkbijgclkjnodi |
الوصف | Capitalize the Universal Resource Locator for the current domain |
حجم الملف | 8.07 KB |
عدد التثبيتات | 8,508 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-04-01 |
تاريخ النشر | 2014-04-01 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | jeremyfine365 |
نوع الدفع | free |
اللغات المدعومة | 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 } |