LawStar
Cite cases and articles from Westlaw, Lexis, Bloomberg Law, JSTOR, and more.
LawStar là gì?
LawStar là một tiện ích mở rộng Chrome được phát triển bởi https://lawstar.io, và tính năng chính của nó là "Cite cases and articles from Westlaw, Lexis, Bloomberg Law, JSTOR, and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LawStar
Tải xuống các tệp mở rộng LawStar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LawStar |
ID | cckcannhjkkiagogemgheinkmagdgbhi |
URL Chính Thức | https://chromewebstore.google.com/detail/lawstar/cckcannhjkkiagogemgheinkmagdgbhi |
Mô tả | Cite cases and articles from Westlaw, Lexis, Bloomberg Law, JSTOR, and more. |
Kích Thước Tệp | 73.39 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2024-01-24 |
Ngày Phát Hành | 2023-12-19 |
Nhà Phát Triển | https://lawstar.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://lawstar.io |
URL Trang Chính Sách Bảo Mật | https://lawstar.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |