Azure DevOps icons
Adds colour-coded tab icons and bookmarks for Azure DevOps
ما هو Azure DevOps icons؟
Azure DevOps icons هو إضافة Chrome تم تطويرها بواسطة wwestrop، والميزة الرئيسية لها هي "Adds colour-coded tab icons and bookmarks for Azure DevOps".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Azure DevOps icons
قم بتنزيل ملفات الامتداد Azure DevOps icons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Seemingly every website these days has a similar blue icon, making them all blur into one when your browser is overloaded with tabs and icons. Azure DevOps is particularly bad as the site consists of several unrelated modules, all of which share the same icon, making hunting for a tab a pain. This browser extensions gives each tab a distinct icon to help you more easily distinguish what you're viewing.
معلومات أساسية عن التمديد
الاسم | Azure DevOps icons |
ID | pgbejjjgidgpciebpdiajlljpipdpcfe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/azure-devops-icons/pgbejjjgidgpciebpdiajlljpipdpcfe |
الوصف | Adds colour-coded tab icons and bookmarks for Azure DevOps |
حجم الملف | 10.98 KB |
عدد التثبيتات | 84 |
النسخة الحالية | 1.0.16 |
آخر تحديث | 2023-03-08 |
تاريخ النشر | 2022-10-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | wwestrop |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/wwestrop/AzureDevopsIcons |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Azure DevOps icons", "version": "1.0.16", "description": "Adds colour-coded tab icons and bookmarks for Azure DevOps", "homepage_url": "https:\/\/github.com\/wwestrop\/AzureDevopsIcons", "icons": { "48": "icon.png", "32": "icon.png", "96": "icon.png", "16": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.visualstudio.com\/*", "*:\/\/dev.azure.com\/*" ], "js": [ "content-script.js" ] } ], "action": [], "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ] } |