Twitter Natural Advanced Search

Perform Twitter Advanced Search in Natural Language

Twitter Natural Advanced Search क्या है?

Twitter Natural Advanced Search https://quantleaf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Perform Twitter Advanced Search in Natural Language"।

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

screenshot

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

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

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

                        Make your Twitter search field auto detect and perform advanced searches. Just write a natural language like advanced search and press enter to perform it.
It supports all possible advanced search properties!

Examples
- from elonmusk about bitcoin between 2011-01-10 and one year ago include links english‎
- bitcoins news today
- only replies from jeff bezos about amazon

You can try it out before downloading at https://quantleaf.com.

This extension was built using Quantleaf Query, a service that lets you query tables using natural language. The source code for the extension can be found at https://github.com/quantleaf/twitter-natural-advanced-search

Enjoy!                    

एक्सटेंशन की मूल जानकारी

नाम Twitter Natural Advanced Search Twitter Natural Advanced Search
ID fkjippcbpjcnjfoohfhaghfelfanamee
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-natural-advanced/fkjippcbpjcnjfoohfhaghfelfanamee
विवरण Perform Twitter Advanced Search in Natural Language
फ़ाइल का आकार 15.02 KB
स्थापना संख्या 86
वर्तमान संस्करण 0.0.9
अंतिम अपडेट 2021-03-25
प्रकाशन तिथि 2021-01-20
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर https://quantleaf.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/quantleaf/twitter-natural-advanced-search
सहायता पृष्ठ URL https://github.com/quantleaf/twitter-natural-advanced-search/issues
गोपनीयता नीति पृष्ठ URL https://quantleaf.com/legal/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Perform Twitter Advanced Search in Natural Language",
    "version": "0.0.9",
    "name": "Twitter Natural Advanced Search",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo-16x16.png",
            "32": "images\/logo-32x32.png",
            "48": "images\/logo-48x48.png",
            "128": "images\/logo-128x128.png"
        }
    },
    "icons": {
        "16": "images\/logo-16x16.png",
        "32": "images\/logo-32x32.png",
        "48": "images\/logo-48x48.png",
        "128": "images\/logo-128x128.png"
    },
    "manifest_version": 2
}