Troogl

Real-time insights into the news you read

Trooglとは何ですか?

Trooglはhttps://troogl.comによって開発されたChromeの拡張機能で、その主な機能は「Real-time insights into the news you read」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Troogl拡張機能のCRXファイルをダウンロード

Troogl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}