github-gist-search
Chrome Extension GitHub Gist Search
Cos'è github-gist-search?
github-gist-search è un'estensione di Chrome sviluppata da thaddeusjiang, e la sua funzione principale è "Chrome Extension GitHub Gist Search".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione github-gist-search
Scarica i file di estensione github-gist-search 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
This is a chrome extension, search for your GitHub Gist by Chrome search box.
Informazioni di Base sull'Estensione
Nome | |
ID | mamcpimmmcfjddbnldmnbajnknjjdhkk |
URL Ufficiale | https://chrome.google.com/webstore/detail/github-gist-search/mamcpimmmcfjddbnldmnbajnknjjdhkk |
Descrizione | Chrome Extension GitHub Gist Search |
Dimensione del File | 881 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2019-01-16 |
Data di Pubblicazione | 2019-01-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | thaddeusjiang |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ThaddeusJiang/chrome-extension-github-gist-search |
URL della Pagina di Aiuto | https://github.com/ThaddeusJiang/chrome-extension-github-gist-search/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "github-gist-search", "description": "Chrome Extension GitHub Gist Search", "version": "0.3", "browser_action": { "default_popup": "hello.html", "default_icon": "images\/icon128.png" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "render.js" ] } ], "web_accessible_resources": [ "gist.css" ], "manifest_version": 2 } |