Personal news extension.
Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.
Qu'est-ce que Personal news extension. ?
Personal news extension. est une extension Chrome développée par Unknown, et sa fonction principale est "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Personal news extension.
Téléchargez les fichiers d'extension Personal news extension. 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
This personal news extension adds a botton to your navigation bar in chrome that allows you to keep updated with the current news without the need to navigate anywhere. Try it, it's really cool. For feature requests, please add comments.
Informations de Base sur l'Extension
Nom | Personal news extension. |
ID | egddcfgloagfefgjlmbajfgolapdbgpd |
URL Officiel | https://chromewebstore.google.com/detail/personal-news-extension/egddcfgloagfefgjlmbajfgolapdbgpd |
Description | Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches. |
Taille du Fichier | 62.11 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-11-25 |
Date de Publication | 2012-11-25 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Personal news extension.", "version": "1.0", "manifest_version": 2, "description": "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.", "icons": { "16": "google_news16.png", "48": "google_news48.png", "128": "google_news128.png" }, "browser_action": { "default_icon": "google_news128.png", "default_popup": "personal_news.html" }, "web_accessible_resources": [ ".\/personal_news.js", ".\/personal_news.css" ] } |