SourceKit for Chrome
A browser extension for GitHub, that enables Xcode features on your browser.
Cos'è SourceKit for Chrome?
SourceKit for Chrome è un'estensione di Chrome sviluppata da https://kishikawakatsumi.com, e la sua funzione principale è "A browser extension for GitHub, that enables Xcode features on your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SourceKit for Chrome
Scarica i file di estensione SourceKit for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
SourceKit for Safari is a Safari extension for GitHub, that enables Xcode features like go to definition, find references, or documentation on hover. Informazioni di Base sull'Estensione
| Nome | |
| ID | ndfileljkldjnflefdckeiaedelndafe |
| URL Ufficiale | https://chromewebstore.google.com/detail/sourcekit-for-chrome/ndfileljkldjnflefdckeiaedelndafe |
| Descrizione | A browser extension for GitHub, that enables Xcode features on your browser. |
| Dimensione del File | 2.02 MB |
| Conteggio Installazioni | 114 |
| Versione Corrente | 0.6.3 |
| Ultimo Aggiornamento | 2022-09-15 |
| Data di Pubblicazione | 2020-04-14 |
| Sviluppatore | https://kishikawakatsumi.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/kishikawakatsumi/SourceKitForSafari |
| URL della Pagina di Aiuto | https://github.com/kishikawakatsumi/SourceKitForSafari |
| URL della Pagina della Politica sulla Privacy | https://kishikawakatsumi.com/privacy_policy.html |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SourceKit for Chrome",
"version": "0.6.3",
"description": "A browser extension for GitHub, that enables Xcode features on your browser.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_popup": "popup\/popup.html"
},
"author": "Kishikawa Katsumi",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.github.com\/*"
],
"run_at": "document_end",
"css": [
"css\/index.css",
"css\/style.css",
"css\/tippyjs\/tippy.css",
"css\/tippyjs\/light-border.css",
"css\/highlightjs\/xcode.css"
],
"js": [
"bundle.js"
]
}
],
"homepage_url": "https:\/\/github.com\/kishikawakatsumi\/SourceKitForSafari",
"options_ui": {
"page": "options\/options.html",
"open_in_tab": false
},
"permissions": [
"activeTab",
"nativeMessaging",
"storage",
"tabs",
" | |