SummarLight

Highlights the most important parts of articles!

SummarLightとは何ですか?

SummarLightはsteamata.aiによって開発されたChromeの拡張機能で、その主な機能は「Highlights the most important parts of articles!」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        The SummarLight extension highlights the most important parts of an article/blog/story you are reading so you can skim through it in no time!                    

拡張機能の基本情報

名前 SummarLight SummarLight
ID ligjmagakdphdlenhhncfegpdbbendlg
公式URL https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg
説明 Highlights the most important parts of articles!
ファイルサイズ 113 KB
インストール数 396
現在のバージョン 0.7.4
最終更新日 2019-03-26
公開日 2019-03-26
評価 1.00/5 合計 1 レビュー
開発者 steamata.ai
支払い方法 free
拡張機能のウェブサイト https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SummarLight",
    "version": "0.7.4",
    "permissions": [
        "activeTab",
        "https:\/\/us-central1-vast-alcove-222105.cloudfunctions.net\/generate_summary"
    ],
    "description": "Highlights the most important parts of articles!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Highlight the most important parts",
        "default_popup": "popup.html"
    }
}