Hacker News Highlighter
Improve Hacker News by highlighting new or updated posts.
Qu'est-ce que Hacker News Highlighter ?
Hacker News Highlighter est une extension Chrome développée par Kenchi, et sa fonction principale est "Improve Hacker News by highlighting new or updated posts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hacker News Highlighter
Téléchargez les fichiers d'extension Hacker News Highlighter 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
Informations de Base sur l'Extension
Nom | Hacker News Highlighter |
ID | lodgohiooagialakkkgncicmjenljenh |
URL Officiel | https://chromewebstore.google.com/detail/hacker-news-highlighter/lodgohiooagialakkkgncicmjenljenh |
Description | Improve Hacker News by highlighting new or updated posts. |
Taille du Fichier | 320 KB |
Nombre d'Installations | 34 |
Version Actuelle | 0.2.3 |
Dernière Mise à Jour | 2013-06-08 |
Date de Publication | 2013-06-08 |
Développeur | Kenchi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://mschade.me/ |
URL de la Page d'Aide | https://github.com/michaelschade/hn-highlighter |
URL de la Page de Politique de Confidentialité | https://kenchi.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hacker News Highlighter", "version": "0.2.3", "manifest_version": 2, "description": "Improve Hacker News by highlighting new or updated posts.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/news.ycombinator.com\/*" ], "js": [ "src\/highlighter.user.js" ] } ] } |