BibNext

Manage your references with ease where you write and cite.

BibNextคืออะไร?

BibNext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bibnext.com และคุณลักษณะหลักของมันคือ "Manage your references with ease where you write and cite."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BibNext

ดาวน์โหลดไฟล์ส่วนขยาย BibNext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        BibNext (https://bibnext.com) is a free reference manager that supports one-click reference importation, bibliography generation, and collaborative reference management.

BibNext supports one-click reference importation from major research aggregators, such as Google Scholar, ACM, CNKI, Emerald, and PubMed. Once papers are imported into a BibNext project, you can use BibNext to cite and generate bibliographies in Google Docs, Overleaf and Word. BibNext supports different languages and over 1,000 reference styles. You can share a BibNext project with unlimited number of collaborators, manage your references, write and cite collaboratively in the same document.

Premium Features

BibNext offers the following premium features, including:

- Unlimited PDF paper storage
- Smart in-text citation recommendation
- Smart citation insertion

For more information, please check https://bibnext.com/go-premium                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BibNext BibNext
ID oklpcimghhhhanifldcdlfgoaigfiolj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bibnext/oklpcimghhhhanifldcdlfgoaigfiolj
คำอธิบาย Manage your references with ease where you write and cite.
ขนาดไฟล์ 9.83 MB
จำนวนการติดตั้ง 1,112
เวอร์ชันปัจจุบัน 1.0.54
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2021-10-19
คะแนน 4.08/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://bibnext.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bibnext.com/
URL หน้าช่วยเหลือ https://bibnext.com/support
URL หน้านโยบายความเป็นส่วนตัว https://bibnext.com/legal/privacy
ภาษาที่รองรับ en,es,el,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.54",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "81.0"
        }
    },
    "oauth2": {
        "client_id": "1086335444463-tb57hd4gf904as7t618ru5r1mcibqgqh.apps.googleusercontent.com",
        "scopes": [
            "email",
            "https:\/\/bibnext.com\/*",
            "profile",
            "openid",
            "https:\/\/www.googleapis.com\/auth\/documents",
            "https:\/\/www.googleapis.com\/auth\/script.external_request"
        ]
    },
    "permissions": [
        "identity",
        "cookies",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/bibnext.com\/*",
        "http:\/\/bibnext.com\/*",
        "https:\/\/scholar.google.com\/*",
        "https:\/\/www.google-analytics.com\/*",
        "https:\/\/citation-needed.springer.com\/*",
        "https:\/\/scholar.googleusercontent.com\/*",
        "https:\/\/us-central1-citasion-35277.cloudfunctions.net\/*",
        "https:\/\/cdn.jsdelivr.net\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/scholar.google.*\/*",
                "*:\/\/ieeexplore.ieee.org\/*",
                "*:\/\/pubmed.ncbi.nlm.nih.gov\/*",
                "*:\/\/dl.acm.org\/*",
                "*:\/\/link.springer.com\/*",
                "*:\/\/*.cnki.net\/*",
                "*:\/\/www.emerald.com\/*",
                "*:\/\/*.wiley.com\/*",
                "*:\/\/*.mdpi.com\/*"
            ],
            "css": [
                "css\/bootstrap.css"
            ],
            "js": [
                "citation-import.js"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "cnt-google-docs-preload.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*",
                "https:\/\/www.overleaf.com\/project\/*"
            ],
            "exclude_globs": [
                "https:\/\/www.overleaf.com\/project"
            ],
            "css": [
                "css\/bootstrap-citasion.css",
                "css\/selectize.css"
            ],
            "js": [
                "citation-manager.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/scholar.googleusercontent.com\/*"
            ],
            "js": [
                "cnt-tab-retrieval.js"
            ]
        },
        {
            "matches": [
                "https:\/\/bibnext.com\/*"
            ],
            "js": [
                "citasion-com.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.gif",
                "images\/*.svg",
                "css\/*.less",
                "css\/*.css",
                "*.js",
                "*.txt"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/us-central1-citasion-35277.cloudfunctions.net\/' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/bibnext.com\/*",
            "https:\/\/us-central1-citasion-35277.cloudfunctions.net\/*",
            "https:\/\/www.google-analytics.com\/*"
        ]
    }
}