ReadPaper Importer

Save PDFs to your ReadPaper account from your web browser.

ReadPaper Importer क्या है?

ReadPaper Importer https://readpaper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save PDFs to your ReadPaper account from your web browser."।

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

screenshot
screenshot

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

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

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

                        ReadPaper.com is a free website which helps you to collect,organize,annotate your essays,papers and journals.And you can read them not only through the website,but also through iPad/win-pc/mac readpaper applicaton.



The ReadPaper Browser Extension can automatically senses the PDFs while you browse the web,and you can import those PDFs to your ReadPaper account immediately with just one single click.



Besides,ReadPaper.com allows every account to upload 500 essays for free -- which will not last very long . 



Additionally,ReadPaper.com is a professional scholar tool for researchers , it maitains the features below:

1.Orginize the PDFs with folders and tags,and sychronize to your iPad/win-pc/mac

2.Read the PDFs with an AI-Driven reader which strongly improve your reading efficiency

3.Search for papers in various fields with structured meta data enhanced by IDEA-Knowledge-graph

4.Create an online study group and share your papers,ideas,comments with other people                    

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

नाम ReadPaper Importer ReadPaper Importer
ID nchidjaafkcjdgdbbdpkpokodiehhcdg
आधिकारिक URL https://chromewebstore.google.com/detail/readpaper-importer/nchidjaafkcjdgdbbdpkpokodiehhcdg
विवरण Save PDFs to your ReadPaper account from your web browser.
फ़ाइल का आकार 710 KB
स्थापना संख्या 12,463
वर्तमान संस्करण 1.2.5
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2022-10-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://readpaper.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://readpaper.com
सहायता पृष्ठ URL https://readpaper.com
गोपनीयता नीति पृष्ठ URL http://cdn.paper.idea.edu.cn/privacy/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96.pdf
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReadPaper Importer",
    "version": "1.2.5",
    "description": "Save PDFs to your ReadPaper account from your web browser.",
    "default_locale": "en",
    "action": {
        "default_icon": ".\/logo\/16.png"
    },
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "icons": {
        "16": ".\/logo\/16.png",
        "32": ".\/logo\/32.png",
        "512": ".\/logo\/512.png",
        "19": ".\/logo\/16.png",
        "38": ".\/logo\/32.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "downloads",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "\/assets\/content-script\/webextension-polyfill\/dist\/browser-polyfill.js",
                "\/assets\/content-script\/axios\/dist\/axios.js",
                "\/assets\/content-script\/vue\/dist\/vue.runtime.global.js",
                "\/content-script\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/content-script\/style.css",
                "\/assets\/content-script\/webextension-polyfill\/dist\/browser-polyfill.js",
                "\/assets\/content-script\/axios\/dist\/axios.js",
                "\/assets\/content-script\/vue\/dist\/vue.runtime.global.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}