HackerNotes Plugin
Open HackerNotes page of a Github Repository.
Wat is HackerNotes Plugin?
HackerNotes Plugin is een Chrome-extensie ontwikkeld door abhishek77in, en de belangrijkste functie is "Open HackerNotes page of a Github Repository.".
Extensie Screenshots
Download het CRX-bestand van de extensie HackerNotes Plugin
Download HackerNotes Plugin-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
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.
Basisinformatie over de Extensie
Naam | HackerNotes Plugin |
ID | acphikopigkpfbkonnacihkhcefdeagg |
Officiële URL | https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg |
Beschrijving | Open HackerNotes page of a Github Repository. |
Bestandsgrootte | 17.62 KB |
Aantal Installaties | 95 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-11-23 |
Publicatiedatum | 2015-11-23 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | abhishek77in |
Betalingswijze | free |
Extensiewebsite | http://www.hackernotes.org/ |
Ondersteunde Talen | 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 } |