Search Trends

Gathers trend data for your Google searches

Search Trends क्या है?

Search Trends Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gathers trend data for your Google searches"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search Trends एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}