Find Related Academic Papers | Researcher

With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.

什麼是Find Related Academic Papers | Researcher?

Find Related Academic Papers | Researcher是由https://www.researcher-app.com開發的Chrome擴展程式,該擴展的主要功能是“With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.”。

擴展截圖

screenshot
screenshot

下載Find Related Academic Papers | Researcher擴展crx文件

下載Find Related Academic Papers | Researcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ---------------------------------------------------------------------

If you’re reading an academic paper online, just highlight the title, abstract, or keywords, open the extension, and you’ll immediately see a list of the most relevant and recently published content. What’s more, it also works on news articles, blogs, and even social media posts.

This is a new product from the Researcher team so we’d love to get your feedback. If you have any questions, comments, or suggestions, please do get in touch with us at [email protected].

Researcher is a mobile and web platform that aims to make sure academics never miss important research - and our new extension means you’ll never be without the latest content wherever you are on the web.                    

擴展基本資訊

名稱 Find Related Academic Papers | Researcher Find Related Academic Papers | Researcher
ID anidheijpmdnigiojbbinkdcdihhhecp
官方網址 https://chrome.google.com/webstore/detail/find-related-academic-pap/anidheijpmdnigiojbbinkdcdihhhecp
簡介 With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.
檔案大小 333 KB
安裝次數 14,834
目前版本 0.8
更新時間 2021-09-28
上架時間 2019-09-24
評分 4.75/5 共 12 次評分
開發者 https://www.researcher-app.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.researcher-app.com?utm_source=&utm_medium=&utm_campaign=extension
說明頁面URL https://www.researcher-app.com/discover?utm_source=&utm_medium=&utm_campaign=extension
隱私政策頁面URL https://www.researcher-app.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find Related Academic Papers | Researcher",
    "version": "0.8",
    "manifest_version": 2,
    "author": "Researcher",
    "description": "With Researcher's Paper Finder extension, you can enter any title, abstract, or keywords to find related academic papers.",
    "icons": {
        "16": "assets\/images\/logo.png",
        "48": "assets\/images\/logo.png",
        "128": "assets\/images\/logo.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/logo.png",
        "default_popup": "popup.html",
        "default_title": "Researcher"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}