ris+
Macht das RIS benutzerfreundlicher.
什么是ris+?
ris+是由https://risplus.at开发的Chrome扩展程序,该扩展的主要功能是“Macht das RIS benutzerfreundlicher.”。
扩展截图
下载ris+扩展crx文件
下载ris+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ris+ |
ID | dkhlikhgdpebafnphaomomconmikccai |
官方URL | https://chromewebstore.google.com/detail/ris+/dkhlikhgdpebafnphaomomconmikccai |
简介 | Macht das RIS benutzerfreundlicher. |
文件大小 | 629 KB |
安装次数 | 371 |
当前版本 | 2.0.1 |
更新时间 | 2022-05-02 |
上架时间 | 2019-10-25 |
评分 | 5.00/5 共3次评分 |
开发者 | https://risplus.at |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://risplus.at |
帮助页面URL | https://risplus.at/features |
支持的语言 | 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" ] } |