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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ***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
URL หน้าช่วยเหลือ 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'"
}