github-vscode-icons-updated
[UPDATED] This extension shows a VS Code icons in GitHub Repositories
Wat is github-vscode-icons-updated?
github-vscode-icons-updated is een Chrome-extensie ontwikkeld door zardoy, en de belangrijkste functie is "[UPDATED] This extension shows a VS Code icons in GitHub Repositories".
Extensie Screenshots
Download het CRX-bestand van de extensie github-vscode-icons-updated
Download github-vscode-icons-updated-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
This is an updated extension that shows a VS Code icons in GitHub Repositories
Displays vscode-icons in GitHub repo with new UI, nearly 1200 file/folder icons
Additional support for bitbucket, gitlab, sourceforge and more Basisinformatie over de Extensie
| Naam | |
| ID | amefmmaoenlhckgaoppgnmhlcolehkho |
| Officiële URL | https://chromewebstore.google.com/detail/github-vscode-icons-updat/amefmmaoenlhckgaoppgnmhlcolehkho |
| Beschrijving | [UPDATED] This extension shows a VS Code icons in GitHub Repositories |
| Bestandsgrootte | 2.16 MB |
| Aantal Installaties | 82 |
| Huidige Versie | 2.0.2 |
| Laatst Bijgewerkt | 2023-10-24 |
| Publicatiedatum | 2023-02-21 |
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | zardoy |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/zardoy/github-vscode-icons |
| Help Pagina-URL | https://github.com/zardoy/github-vscode-icons/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "github-vscode-icons-updated",
"description": "[UPDATED] This extension shows a VS Code icons in GitHub Repositories",
"version": "2.0.2",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"offline_enabled": true,
"action": {
"default_icon": {
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*.svg",
"images\/*.gif"
],
"matches": [
"*:\/\/bitbucket.org\/*",
"*:\/\/github.com\/*",
"*:\/\/gist.github.com\/*",
"*:\/\/gitlab.com\/*",
"*:\/\/pastebin.com\/*",
"*:\/\/sourceforge.net\/*"
]
}
],
"content_scripts": [
{
"css": [
"content.css"
],
"matches": [
"*:\/\/bitbucket.org\/*",
"*:\/\/github.com\/*",
"*:\/\/gist.github.com\/*",
"*:\/\/gitlab.com\/*",
"*:\/\/pastebin.com\/*",
"*:\/\/sourceforge.net\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage"
]
} | |