iDissent

Read Law Faster

Was ist iDissent?

iDissent ist eine Chrome-Erweiterung, die von iDissent entwickelt wurde, und ihr Hauptmerkmal ist "Read Law Faster".

Erweiterungsscreenshots

screenshot

iDissent-Erweiterungs-CRX-Datei herunterladen

Laden Sie iDissent-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A browser extension to improve your legal research on CanLII.

The same legal research you've always done. Just better.

✔ Reveal Headings: skip the facts section when you need the law now
✔ Identify judgments: never read a dissent by mistake again
✔ Don't repeat yourself: see when you last read a case
✔ Copy perfectly formatted case citations with one keypress
✔ Make the law beautiful: optimize fonts and layout for readability                    

Grundlegende Informationen zur Erweiterung

Name iDissent iDissent
ID gcpoalbpelfophanefalgjndjladbbnc
Offizielle URL https://chromewebstore.google.com/detail/idissent/gcpoalbpelfophanefalgjndjladbbnc
Beschreibung Read Law Faster
Dateigröße 159 KB
Installationsanzahl 168
Aktuelle Version 1.3.7
Letztes Update 2023-12-16
Veröffentlichungsdatum 2021-09-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler iDissent
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://courtingtrouble.ca/iDissent/
URL der Datenschutzrichtlinien-Seite https://courtingtrouble.ca/iDissent/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "{040996e1-89cd-4b0b-86d0-72d5c364af75}"
        }
    },
    "name": "iDissent",
    "version": "1.3.7",
    "description": "Read Law Faster",
    "icons": {
        "48": "icons\/logo.png"
    },
    "permissions": [
        "https:\/\/www.canlii.org\/en\/*",
        "https:\/\/courtingtrouble.ca\/*",
        "storage",
        "history",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.canlii.org\/en\/*\/doc\/*"
            ],
            "js": [
                "lib\/jquery-3.4.0.slim.min.js",
                "lib\/browser-polyfill.min.js",
                "env.js",
                "options_constants.js",
                "bundle0.js"
            ],
            "css": [
                "canlii.css",
                "canlii_history.css",
                "canlii_print.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.canlii.org\/en\/"
            ],
            "js": [
                "lib\/jquery-3.4.0.slim.min.js",
                "lib\/browser-polyfill.min.js",
                "env.js",
                "options_constants.js",
                "bundle1.js"
            ],
            "css": [
                "canlii_history.css"
            ]
        },
        {
            "matches": [
                "https:\/\/courtingtrouble.ca\/*"
            ],
            "js": [
                "lib\/jquery-3.4.0.slim.min.js",
                "lib\/browser-polyfill.min.js",
                "env.js",
                "options_constants.js",
                "bundle2.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/charter_regular.woff2",
        "fonts\/charter_bold.woff2",
        "fonts\/charter_italic.woff2",
        "fonts\/charter_bold_italic.woff2",
        "fonts\/charter_license.txt",
        "icons\/downarrow.png"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.min.js",
            "env.js",
            "options_constants.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    }
}