HackerNotes Plugin
Open HackerNotes page of a Github Repository.
Qu'est-ce que HackerNotes Plugin ?
HackerNotes Plugin est une extension Chrome développée par abhishek77in, et sa fonction principale est "Open HackerNotes page of a Github Repository.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HackerNotes Plugin
Téléchargez les fichiers d'extension HackerNotes Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | HackerNotes Plugin |
ID | acphikopigkpfbkonnacihkhcefdeagg |
URL Officiel | https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg |
Description | Open HackerNotes page of a Github Repository. |
Taille du Fichier | 17.62 KB |
Nombre d'Installations | 95 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-11-23 |
Date de Publication | 2015-11-23 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | abhishek77in |
Type de Paiement | free |
Site Web de l'Extension | http://www.hackernotes.org/ |
Langues Prises en Charge | 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 } |