HackerNotes Plugin

Open HackerNotes page of a Github Repository.

¿Qué es HackerNotes Plugin?

HackerNotes Plugin es una extensión de Chrome desarrollada por abhishek77in, y su función principal es "Open HackerNotes page of a Github Repository.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HackerNotes Plugin

Descarga archivos de extensión HackerNotes Plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HackerNotes Plugin HackerNotes Plugin
ID acphikopigkpfbkonnacihkhcefdeagg
URL Oficial https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg
Descripción Open HackerNotes page of a Github Repository.
Tamaño del Archivo 17.62 KB
Cantidad de Instalaciones 95
Versión Actual 1.1
Última Actualización 2015-11-23
Fecha de Publicación 2015-11-23
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador abhishek77in
Tipo de Pago free
Sitio Web de la Extensión http://www.hackernotes.org/
Idiomas Soportados 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
}