Search Trends

Gathers trend data for your Google searches

Τι είναι το Search Trends;

Το Search Trends είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Gathers trend data for your Google searches".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Search Trends

Λήψη αρχείων επέκτασης Search Trends σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Search trends is a tool that allows you to see location search data in real time using data from Google trends. The tool allows you to hover over a map to see search trends in the past year, see related queries, and provides realistic data for marketers looking to grow their business.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Search Trends Search Trends
ID jofipiopohkiomefophlddhgflnmjclo
Επίσημο URL https://chromewebstore.google.com/detail/search-trends/jofipiopohkiomefophlddhgflnmjclo
Περιγραφή Gathers trend data for your Google searches
Μέγεθος Αρχείου 1.27 MB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2019-04-26
Ημερομηνία Δημοσίευσης 2019-04-26
Αξιολόγηση 4.62/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://develomark.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "devtools_page": "html\/devtools.html",
    "permissions": [
        "https:\/\/trends.google.com\/*",
        "https:\/\/www.google.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/*",
        "html\/*",
        "css\/*",
        "images\/*",
        "*.html"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "Search Trends",
    "version": "0.1",
    "description": "Gathers trend data for your Google searches"
}