HackerNotes Plugin
Open HackerNotes page of a Github Repository.
Hvad er HackerNotes Plugin?
HackerNotes Plugin er en Chrome-udvidelse udviklet af abhishek77in, og dens hovedfunktion er "Open HackerNotes page of a Github Repository.".
Udvidelsesskærmbilleder
Download HackerNotes Plugin-udvidelses-CRX-fil
Download HackerNotes Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | HackerNotes Plugin |
ID | acphikopigkpfbkonnacihkhcefdeagg |
Officiel URL | https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg |
Beskrivelse | Open HackerNotes page of a Github Repository. |
Filstørrelse | 17.62 KB |
Antal Installationer | 95 |
Nuværende Version | 1.1 |
Senest Opdateret | 2015-11-23 |
Udgivelsesdato | 2015-11-23 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | abhishek77in |
Betalingsmetode | free |
Udvidelseswebsted | http://www.hackernotes.org/ |
Understøttede Sprog | 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 } |