AskPaper – Research ChatGPT for any article

AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents

What is AskPaper – Research ChatGPT for any article?

AskPaper – Research ChatGPT for any article is a Chrome extension developed by Alex from Hippo AI, and its main feature is "AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents".

Extension Screenshots

screenshot
screenshot

Download AskPaper – Research ChatGPT for any article Extension CRX File

Download AskPaper – Research ChatGPT for any article extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        AskPaper is an innovative and highly customizable research tool designed to provide quick and accurate information from websites and PDF documents. It offers users the ability to ask questions and receive intelligent, comprehensive responses based on the content of the source material.                    

Extension Basic Information

Name AskPaper – Research ChatGPT for any article AskPaper – Research ChatGPT for any article
ID eabkffkifnfojefnnoohamhdfjajgepm
Official URL https://chromewebstore.google.com/detail/askpaper-%E2%80%93-research-chatg/eabkffkifnfojefnnoohamhdfjajgepm
Description AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents
File Size 308 KB
Installation Count 233
Current Version 0.0.1
Last Updated 2023-07-29
Publish Date 2023-07-13
Rating 5.00/5 Total 1 Ratings
Developer Alex from Hippo AI
Email [email protected]
Payment Type free
Extension Website https://askpaper.ai
Help Page URL https://discord.com/invite/CUhXkJmq8R
Privacy Policy Page URL https://hippoteam.notion.site/Ask-Paper-Terms-Conditions-Privcay-Policy-4f7eb4679c154b3ab8a26890ad06d9cb?pvs=4
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AskPaper \u2013 Research ChatGPT for any article",
    "version": "0.0.1",
    "description": "AskPaper is an highly customizable research tool designed to provide quick and accurate information from websites and PDF documents",
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "scripting"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon32.png",
            "128": "images\/icon192.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon32.png",
        "128": "images\/icon192.png"
    },
    "host_permissions": [
        "https:\/\/www.askpaper.ai\/*"
    ],
    "background": {
        "service_worker": "service_worker.js"
    }
}