HackerNotes Plugin
Open HackerNotes page of a Github Repository.
Cos'è HackerNotes Plugin?
HackerNotes Plugin è un'estensione di Chrome sviluppata da abhishek77in, e la sua funzione principale è "Open HackerNotes page of a Github Repository.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HackerNotes Plugin
Scarica i file di estensione HackerNotes Plugin 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
Plugin is supposed to open HackerNotes page for public Github repository on which the user is present. Since it works in unobtrusive manner it won't be present all the time.
Informazioni di Base sull'Estensione
Nome | HackerNotes Plugin |
ID | acphikopigkpfbkonnacihkhcefdeagg |
URL Ufficiale | https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg |
Descrizione | Open HackerNotes page of a Github Repository. |
Dimensione del File | 17.62 KB |
Conteggio Installazioni | 95 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-11-23 |
Data di Pubblicazione | 2015-11-23 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | abhishek77in |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.hackernotes.org/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HackerNotes Plugin", "version": "1.1", "description": "Open HackerNotes page of a Github Repository.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-16.jpg", "default_title": "HackerNotes" }, "permissions": [ "tabs" ], "icons": { "48": "icon-48.jpg", "128": "icon-128.jpg" }, "manifest_version": 2 } |