Article DOI Finder

Find DOI using crossref, google scholar. For students. View lookup history as well!

Что такое Article DOI Finder?

Article DOI Finder - это расширение Chrome, разработанное NicoDev, и его основная функция - "Find DOI using crossref, google scholar. For students. View lookup history as well!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Article DOI Finder

Скачайте файлы расширений Article DOI Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Do you every have trouble finding the DOI (Digital Object Identifier) of an article? This tool will find the DOI of the current link and, at a click, open it on crossref.org or google scholar. You can also view a log of past lookups and searches and filter this log by time etc!                    

Основная информация о расширении

Название Article DOI Finder Article DOI Finder
ID khedaofgcpcngehknkfhilmadhfngnig
Официальный URL https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig
Описание Find DOI using crossref, google scholar. For students. View lookup history as well!
Размер файла 244 KB
Количество установок 46
Текущая Версия 1.0.1
Последнее Обновление 2023-11-02
Дата публикации 2023-11-02
Разработчик NicoDev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Article DOI Finder",
    "version": "1.0.1",
    "description": "Find DOI using crossref, google scholar. For students. View lookup history as well!",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/doi.png",
            "48": "images\/doi.png",
            "128": "images\/doi.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/doi.png",
        "48": "images\/doi.png",
        "128": "images\/doi.png"
    }
}