Trendio
Trending topics
什麼是Trendio?
Trendio是由http://trendio.net開發的Chrome擴展程式,該擴展的主要功能是“Trending topics”。
擴展截圖
下載Trendio擴展crx文件
下載Trendio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | gjmhigigmjohekcccmhbmdkonpodhlfh |
官方網址 | https://chrome.google.com/webstore/detail/trendio/gjmhigigmjohekcccmhbmdkonpodhlfh |
簡介 | Trending topics |
檔案大小 | 33.22 KB |
安裝次數 | 14 |
目前版本 | 1.6 |
更新時間 | 2016-01-18 |
上架時間 | 2016-01-18 |
評分 | 5.00/5 共 2 次評分 |
開發者 | http://trendio.net |
付費類型 | free |
支援的語言 | 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" } |