Trending Now
Easily track the most searched words from your browser tab.
What is Trending Now?
Trending Now is a Chrome extension developed by Ultralab Apps, and its main feature is "Easily track the most searched words from your browser tab.".
Extension Screenshots
Download Trending Now Extension CRX File
Download Trending Now extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | agchaedfhhoabfmoaoejmnabnekfgjoe |
Official URL | https://chrome.google.com/webstore/detail/trending-now/agchaedfhhoabfmoaoejmnabnekfgjoe |
Description | Easily track the most searched words from your browser tab. |
File Size | 51.25 KB |
Installation Count | 1,146 |
Current Version | 1.0 |
Last Updated | 2015-05-11 |
Publish Date | 2015-05-11 |
Rating | 1.00/5 Total 3 Ratings |
Developer | Ultralab Apps |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://ultralabapps.com/terms/privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trending Now", "description": "Easily track the most searched words from your browser tab.", "version": "1.0", "permissions": [ "storage", "https:\/\/www.google.com\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "google_trends.html" } } |