ris+
Macht das RIS benutzerfreundlicher.
ris+란 무엇입니까?
ris+은(는) https://risplus.at에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Macht das RIS benutzerfreundlicher."입니다.
확장 프로그램 스크린샷
ris+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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. 확장 프로그램 기본 정보
| 이름 | |
| 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"
]
} | |