ris+

Macht das RIS benutzerfreundlicher.

Co je ris+?

ris+ je rozšíření Chrome vyvinuté https://risplus.at, a jeho hlavní funkcí je „Macht das RIS benutzerfreundlicher.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ris+

Stáhněte si soubory rozšíření ris+ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Die ris+ Extension fügt dem RIS eine Reihe an neuen Funktionen hinzu, die die Gesetzesrecherche noch einfacher machen. Die ris+ Suche ist zentral im RIS verfügbar, wichtige Informationen sind schneller abrufbar. Neue Metadaten und Verknüpfungen werden hinzugefügt.                    

Základní Informace o Rozšíření

Název ris+ ris+
ID dkhlikhgdpebafnphaomomconmikccai
Oficiální URL https://chromewebstore.google.com/detail/ris+/dkhlikhgdpebafnphaomomconmikccai
Popis Macht das RIS benutzerfreundlicher.
Velikost souboru 629 KB
Počet instalací 371
Aktuální Verze 2.0.1
Poslední Aktualizace 2022-05-02
Datum Vydání 2019-10-25
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://risplus.at
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://risplus.at
URL Stránky Nápovědy https://risplus.at/features
Podporované Jazyky de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ris+",
    "author": "Paul Eberstaller",
    "version": "2.0.1",
    "homepage_url": "https:\/\/www.risplus.at",
    "description": "Macht das RIS benutzerfreundlicher.",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "omnibox": {
        "keyword": "\u00a7"
    },
    "browser_action": {
        "default_icon": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js",
            "js\/algoliasearchLite.min.js",
            "js\/omnibox.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ris.bka.gv.at\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*ShowPrintPreview=True*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/loadingScreen.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ris.bka.gv.at\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*ShowPrintPreview=True*",
                "*:\/\/*\/*BgblAuth\/BGBLA*",
                "*:\/\/*\/Dokumente\/*"
            ],
            "css": [
                "css\/generalStyle.css",
                "css\/instantsearch.min.css",
                "css\/search.css",
                "css\/risstyles.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/generalScript.js",
                "js\/algoliasearchLite.min.js",
                "js\/instantsearch.min.js",
                "js\/search.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ris.bka.gv.at\/GeltendeFassung.wxe*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*ShowPrintPreview=True*"
            ],
            "css": [
                "css\/GeltendeFassungStyle.css"
            ],
            "js": [
                "js\/GeltendeFassungScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ris.bka.gv.at\/Dokument.wxe*Abfrage=Vfgh*",
                "https:\/\/*.ris.bka.gv.at\/Dokument.wxe*Abfrage=Vwgh*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*ShowPrintPreview=True*"
            ],
            "css": [
                "css\/judikaturDetail.css"
            ],
            "js": [
                "js\/judikaturDetail.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ris.bka.gv.at\/Dokument.wxe*Abfrage=Justiz*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*ShowPrintPreview=True*"
            ],
            "css": [
                "css\/judikaturDetail.css"
            ],
            "js": [
                "js\/judikaturDetail.js",
                "js\/justizScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ris.bka.gv.at\/Dokument.wxe*Abfrage=Bundesnormen*",
                "https:\/\/*.ris.bka.gv.at\/Dokument.wxe*Abfrage=Landesnormen*",
                "https:\/\/*.ris.bka.gv.at\/NormDokument.wxe*Abfrage=Bundesnormen*",
                "https:\/\/*.ris.bka.gv.at\/NormDokument.wxe*Abfrage=Landesnormen*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*ShowPrintPreview=True*"
            ],
            "css": [
                "css\/bundesrechtDetail.css"
            ],
            "js": [
                "js\/bundesrechtDetail.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ris.bka.gv.at\/Ergebnis.wxe*Abfrage=Justiz*",
                "https:\/\/*.ris.bka.gv.at\/Ergebnis.wxe*Abfrage=Vfgh*",
                "https:\/\/*.ris.bka.gv.at\/Ergebnis.wxe*Abfrage=Vwgh*",
                "https:\/\/*.ris.bka.gv.at\/MarkierteDokumente.wxe*Abfrage=Justiz*",
                "https:\/\/*.ris.bka.gv.at\/MarkierteDokumente.wxe*Abfrage=Vfgh*",
                "https:\/\/*.ris.bka.gv.at\/MarkierteDokumente.wxe*Abfrage=Vwgh*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*ShowPrintPreview=True*"
            ],
            "css": [
                "css\/judikaturSuche.css"
            ],
            "js": [
                "js\/judikaturSucheScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ris.bka.gv.at\/Ergebnis.wxe?*VonInkrafttretedatum=01.01.1800*",
                "https:\/\/*.ris.bka.gv.at\/MarkierteDokumente.wxe?*VonInkrafttretedatum=01.01.1800*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*ShowPrintPreview=True*"
            ],
            "css": [
                "css\/fassungen.css"
            ],
            "js": [
                "js\/fassungen.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.ris-links.dev\/",
                "https:\/\/*.ris-links.test\/*",
                "https:\/\/*.risplus.at\/",
                "http:\/\/*.risplus.at\/"
            ],
            "js": [
                "js\/ris-links-main-site.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.algolianet.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/icon_top.png",
        "img\/icon_suche.svg",
        "img\/icon_menu.svg",
        "img\/icon_menu_colored.svg",
        "img\/icon_link.svg",
        "img\/icon_link_colored.svg",
        "img\/icon_warning.svg",
        "img\/icon_forward.svg",
        "img\/icon_back.svg",
        "img\/icon_adler.svg",
        "img\/icon_dropdown.svg",
        "fonts\/*.woff"
    ]
}