LawStar

Cite cases and articles from Westlaw, Lexis, Bloomberg Law, JSTOR, and more.

什么是LawStar?

LawStar是由https://lawstar.io开发的Chrome扩展程序,该扩展的主要功能是“Cite cases and articles from Westlaw, Lexis, Bloomberg Law, JSTOR, and more.”。

扩展截图

screenshot
screenshot

下载LawStar扩展crx文件

下载LawStar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This plugin adds a button for 1-click Bluebook citations that allows you to automate the following:
Case citations on Westlaw, Lexis, and Bloomberg Law
Journal Article Citations on Westlaw, Nexis, JSTOR, HeinOnline and many more websites. 
Newspaper Article citations from Bloomberg Law

When you click the link, you will be taken to the LawStar platform, where you can add any other information, and then copy the citation and use it in your paper.

Try it out at https://1.next.westlaw.com/Document/I445e11c014f011e5b86bd602cb8781fa/View/FullText.html 
or 
https://www.jstor.org/stable/26873531                    

扩展基本信息

名称 LawStar LawStar
ID cckcannhjkkiagogemgheinkmagdgbhi
官方URL https://chromewebstore.google.com/detail/lawstar/cckcannhjkkiagogemgheinkmagdgbhi
简介 Cite cases and articles from Westlaw, Lexis, Bloomberg Law, JSTOR, and more.
文件大小 73.39 KB
安装次数 76
当前版本 0.1.0
更新时间 2024-01-24
上架时间 2023-12-19
开发者 https://lawstar.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://lawstar.io
隐私政策页面URL https://lawstar.io/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LawStar",
    "version": "0.1.0",
    "description": "Cite cases and articles from Westlaw, Lexis, Bloomberg Law, JSTOR, and more.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jQueryMin.js",
                "scripts\/westLawScript.js"
            ],
            "matches": [
                "https:\/\/1.next.westlaw.com\/Document*"
            ],
            "world": "ISOLATED"
        },
        {
            "js": [
                "scripts\/jQueryMin.js",
                "scripts\/lexisScript.js"
            ],
            "matches": [
                "https:\/\/plus.lexis.com\/*"
            ],
            "world": "ISOLATED"
        },
        {
            "js": [
                "scripts\/jQueryMin.js",
                "scripts\/bloombergLawCaseScript.js"
            ],
            "matches": [
                "https:\/\/www.bloomberglaw.com\/product\/blaw\/document\/*"
            ],
            "world": "ISOLATED"
        },
        {
            "js": [
                "scripts\/jQueryMin.js",
                "scripts\/bloombergLawNewsScript.js"
            ],
            "matches": [
                "https:\/\/www.bloomberglaw.com\/product\/blaw\/bloomberglawnews\/*"
            ],
            "world": "ISOLATED"
        },
        {
            "js": [
                "scripts\/jQueryMin.js",
                "scripts\/jstorScript.js"
            ],
            "matches": [
                "https:\/\/www.jstor.org\/stable\/*"
            ],
            "world": "ISOLATED"
        },
        {
            "js": [
                "scripts\/jQueryMin.js",
                "scripts\/heinOnlineScript.js"
            ],
            "matches": [
                ""
            ],
            "world": "ISOLATED"
        },
        {
            "js": [
                "scripts\/indicateExtensionInstalled.js"
            ],
            "matches": [
                "https:\/\/app.lawstar.io\/*",
                "https:\/\/*.netlify.app\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*"
            ],
            "world": "ISOLATED"
        },
        {
            "js": [
                "scripts\/jQueryMin.js",
                "scripts\/bepressScript.js"
            ],
            "matches": [
                "*:\/\/*.edu\/*"
            ],
            "world": "ISOLATED"
        }
    ]
}