Crossref Search

Find single citations using the context menu.

ما هو Crossref Search؟

Crossref Search هو إضافة Chrome تم تطويرها بواسطة David Shorthouse، والميزة الرئيسية لها هي "Find single citations using the context menu.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Crossref Search

قم بتنزيل ملفات الامتداد Crossref Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ***Unofficial Crossref Search***

Adds a new right-click (command-click for Mac) context menu option to search for a highlighted bibliographic reference. A new browser tab is opened when the reference is found. Behind the scenes, the search is executed using Crossref's search service, http://search.crossref.org. Code: https://github.com/GlobalNamesArchitecture/biblio-chrome                    

معلومات أساسية عن التمديد

الاسم Crossref Search Crossref Search
ID hcdkopihmfgkkjdjgpfhehgmijgmebjl
عنوان URL الرسمي https://chromewebstore.google.com/detail/crossref-search/hcdkopihmfgkkjdjgpfhehgmijgmebjl
الوصف Find single citations using the context menu.
حجم الملف 14.44 KB
عدد التثبيتات 1,372
النسخة الحالية 2.4
آخر تحديث 2019-09-16
تاريخ النشر 2019-09-16
المطور David Shorthouse
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/GlobalNamesArchitecture/biblio-chrome
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crossref Search",
    "version": "2.4",
    "description": "__MSG_manifest_description__",
    "minimum_chrome_version": "18",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}