Troogl

Real-time insights into the news you read

Troogl क्या है?

Troogl https://troogl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real-time insights into the news you read"।

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

screenshot
screenshot
screenshot

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

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

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

                        Troogl provides interesting and useful insights into the news articles you read, as you read them.

Current features include:

- Colour-coded sentences based on sentiment / subjectivity.
- Graph of changing sentiment / subjectivity over the course of the article.
- Easy article navigation by jumping to points within the graph.
- Full dashboard providing a summary and metrics (e.g. read time, keywords, etc.).                    

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

नाम Troogl Troogl
ID gjmdfaebiihflpknlgojcaaebnbegeop
आधिकारिक URL https://chromewebstore.google.com/detail/troogl/gjmdfaebiihflpknlgojcaaebnbegeop
विवरण Real-time insights into the news you read
फ़ाइल का आकार 2.05 MB
स्थापना संख्या 18
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-01-31
प्रकाशन तिथि 2022-01-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://troogl.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Troogl",
    "short_name": "Troogl",
    "version": "1.0.1",
    "description": "Real-time insights into the news you read",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "32": ".\/assets\/icon-32.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png"
    }
}