Trendio
Trending topics
Qu'est-ce que Trendio ?
Trendio est une extension Chrome développée par http://trendio.net, et sa fonction principale est "Trending topics".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trendio
Téléchargez les fichiers d'extension Trendio 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 extension is your #1 source for all that's trending. Whenever you open a new browser tab, you'll see the most trending keywords or phrases. Clicking on any of the trends will take you to the Trendio search results page for that trend. You'll see all organic results that include that term or phrase. To see what people are saying about a previous keyword, perform a search for that term. ---- Privacy: Trendio does NOT save any data
Informations de Base sur l'Extension
Nom | |
ID | gjmhigigmjohekcccmhbmdkonpodhlfh |
URL Officiel | https://chrome.google.com/webstore/detail/trendio/gjmhigigmjohekcccmhbmdkonpodhlfh |
Description | Trending topics |
Taille du Fichier | 33.22 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2016-01-18 |
Date de Publication | 2016-01-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://trendio.net |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "Trendio", "description": "Trending topics", "version": "1.6", "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "default-src 'self' 'unsafe-eval' https:\/\/*.googleapis.com\/ https:\/\/*.gstatic.com https:\/\/*.akamaihd.net" } |