Bestlaw

A browser extension to add the features Westlaw and Lexis forgot.

Τι είναι το Bestlaw;

Το Bestlaw είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bestlaw.io, και η κύρια λειτουργία του είναι "A browser extension to add the features Westlaw and Lexis forgot.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bestlaw

Λήψη αρχείων επέκτασης Bestlaw σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Bestlaw adds features to Westlaw and Lexis to make legal research faster and easier. It has enhanced more than six million documents. It's used at top law schools, firms, nonprofits, and courts.

When you read a document—like a case, statute, or law review article—Bestlaw adds a toolbar with these features:

- Copy a perfect Bluebook citation with one click

- Read documents in a clean, readable view with beautiful typography

- Prevent getting automatically signed off

- Highlight dissenting and concurring opinions so you know what you're reading

- Collapse and expand statutory sections

- Automatically generate a clickable table of contents for any document

- One-click copying for citations, titles, docket numbers, and full text

- Highlight hard-to-see page numbers

- Jump between footnotes and the main text without losing your place

- Instantly look up information about a case on Wikipedia and other sources

- Share the document by email or on Facebook, Twitter, and Google+

Read more at http://www.bestlaw.io/

Most of Bestlaw's features are free. A few tools are part of Bestlaw Pro, which costs $5/month and includes:

- Automatic Bluebook citations

- Free secondary sources: get free access to journal articles and other materials.

- Free PDF downloads: save cases offline without getting charged.

- Free printing: never pay for printing cases.

To sign up for Bestlaw Pro, install Bestlaw, open a document on Westlaw or Lexis, and then click the "Pro" tab.

NEW IN v0.1.5.4:

- Fix Bluebooking bugs

*******************************
BY INSTALLING BESTLAW, YOU AGREE TO BE BOUND BY THE TERMS OF SERVICE, AVAILABLE AT https://s3.amazonaws.com/bestlaw/docs/terms-of-service.html
*******************************

Westlaw and WestlawNext are registered trademarks of West Publishing Corporation. Bestlaw is not affiliated with West, Westlaw, or WestlawNext.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bestlaw Bestlaw
ID maffnemieclgahnalopfngbddfhneghd
Επίσημο URL https://chromewebstore.google.com/detail/bestlaw/maffnemieclgahnalopfngbddfhneghd
Περιγραφή A browser extension to add the features Westlaw and Lexis forgot.
Μέγεθος Αρχείου 363 KB
Αριθμός Εγκαταστάσεων 2,761
Τρέχουσα Έκδοση 0.1.5.5
Τελευταία Ενημέρωση 2017-08-13
Ημερομηνία Δημοσίευσης 2017-08-12
Αξιολόγηση 3.97/5 Συνολικά 32 Αξιολογήσεις
Προγραμματιστής https://bestlaw.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.bestlaw.io/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.bestlaw.io/#faqs
URL της Σελίδας Πολιτικής Απορρήτου http://bit.ly/BestlawPrivacyPolicy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bestlaw",
    "short_name": "Bestlaw",
    "version": "0.1.5.5",
    "description": "A browser extension to add the features Westlaw and Lexis forgot.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "clipboardWrite",
        "storage",
        "http:\/\/*.westlaw.com\/*",
        "https:\/\/*.westlaw.com\/*",
        "http:\/\/*.lexis.com\/*",
        "https:\/\/*.lexis.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "share-fb-smaller.jpg",
        "share-tw-smaller.jpg"
    ],
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "css": [
                "ink.css",
                "featherlight.min.css",
                "style.css"
            ],
            "matches": [
                "http:\/\/*.westlaw.com\/*",
                "https:\/\/*.westlaw.com\/*",
                "http:\/\/*.lexis.com\/*",
                "https:\/\/*.lexis.com\/*",
                "http:\/\/*.casetext.com\/*",
                "https:\/\/*.casetext.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}