1-Click Summarizer & Web Toolbar by Skim AI

Our A.I.-powered Research Assistant helps you do your job faster by processing and summarizing News, Research & PDFs

1-Click Summarizer & Web Toolbar by Skim AIとは何ですか?

1-Click Summarizer & Web Toolbar by Skim AIはhttps://www.skimai.comによって開発されたChromeの拡張機能で、その主な機能は「Our A.I.-powered Research Assistant helps you do your job faster by processing and summarizing News, Research & PDFs」です。

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

1-Click Summarizer & Web Toolbar by Skim AI拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        50,000 Websites are published daily with News, Research Reports, Blogs and data critical to your job. How are you managing?

Use our AI-Enabled Web Toolbar to summarize News & PDFS (text) with 1-click. Double Click on a sentence in your browser to save it for later and retrieve it in easily organized themes with citations.


Skim AI's is democratizing access to machine learning tools to help you make better, more informed decisions, faster. By installing the Chrome extension, you’ll have access to an A.I.-powered research assistant that processes and summarizes news, research & PDFs with the click of a button to help you find the information you need in a fraction of the time.


GENERATE SUMMARIES with the CLICK of 1-BUTTON

Skim AI can produce summaries in a matter of seconds, saving you reading time and allowing you to identify valuable content in a couple of seconds. With the click of a button, automatically summarize any online article or upload you own PDF. 

INSTANTLY EXTRACT a LIST of FACTS and OPINIONS with 1-CLICK

Identify the critical facts in any piece with Skim AI’s fact extraction tool. Either view the color coded facts and opinions in the article or strip it down to view a simple list of either (or both!).

SEARCH our NEWS DATABASE

Skim AI’s Fact-Search Engine scans recent news to provide you relevant data to your search. Results return with sentence level detail so that you can determine which sources have the information you want.

STORE, RETRIEVE and MANAGE your DATA with CITATIONS


Keep your research efforts organized with Skim AI’s information management. Store your findings and their sources, from entire articles down to single sentences, in your Skim AI folder and retrieve it when you need it.


SKIM AI PREMIUM

Upgrade for $10/month to get unlimited PDF functionality and searches on Skim AI’s News database.


MORE:
For APIs & other enterprise integrations, visit our website for details at https://skimai.com

Privacy: 
We don't sell your data, we take privacy very seriously.


Please email me at [email protected] with any suggestions of what you'd like to see, comments and feedback.                    

拡張機能の基本情報

名前 1-Click Summarizer & Web Toolbar by Skim AI 1-Click Summarizer & Web Toolbar by Skim AI
ID pndpokngaffecpfmicdfeibpgkpofebn
公式URL https://chromewebstore.google.com/detail/1-click-summarizer-web-to/pndpokngaffecpfmicdfeibpgkpofebn
説明 Our A.I.-powered Research Assistant helps you do your job faster by processing and summarizing News, Research & PDFs
ファイルサイズ 2.57 MB
インストール数 1,598
現在のバージョン 3.1.7
最終更新日 2022-07-13
公開日 2020-05-26
評価 3.11/5 合計 19 レビュー
開発者 https://www.skimai.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://skimai.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1-Click Summarizer & Web Toolbar by Skim AI",
    "short_name": "1-Click Summarizer & Web Toolbar by Skim AI",
    "version": "3.1.7",
    "manifest_version": 2,
    "description": "Our A.I.-powered Research Assistant helps you do your job faster by processing and summarizing News, Research & PDFs",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/bg.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage",
        "webRequest",
        ""
    ],
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/js\/jquery.min.js",
                "lib\/js\/jquery-ui.js",
                "lib\/js\/tld.min.js",
                "lib\/js\/alertify.min.js",
                "lib\/js\/jquery.blast.min.js",
                "lib\/js\/readability.js",
                "js\/globalVariable.js",
                "js\/actions\/apiCall.js",
                "js\/globalFunction.js",
                "js\/addExtension.js",
                "js\/injectHTML.js",
                "js\/inject.js",
                "js\/actions\/template.js",
                "js\/actions\/toolbar.js",
                "js\/actions\/share.js",
                "js\/actions\/markupOperations.js",
                "js\/actions\/notification.js",
                "lib\/js\/printThis.js",
                "lib\/js\/jquery.mark.min.js",
                "js\/tagManager.js"
            ],
            "css": [
                "css\/skai.css",
                "css\/inject.css",
                "lib\/css\/alertify.min.css",
                "lib\/css\/default.min.css",
                "css\/loader.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/prd.skimai.com\/api\/v1\/user\/googleCallBack*",
                "https:\/\/prd.skimai.com\/api\/v1\/user\/linkedinCallBack*"
            ],
            "js": [
                "js\/auth.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "js\/close.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/*",
        "lib\/*",
        "html\/*",
        "css\/*",
        "images\/*",
        "icons\/*",
        "fonts\/*",
        "popup\/*"
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.google-analytics.com https:\/\/cdnjs.cloudflare.com https:\/\/cdn.jsdelivr.net; object-src 'self' 'unsafe-eval'"
}