Bionomia
Adjust GBIF occurrence and dataset pages to include material from Bionomia.
Bionomia란 무엇입니까?
Bionomia은(는) https://bionomia.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adjust GBIF occurrence and dataset pages to include material from Bionomia."입니다.
확장 프로그램 스크린샷
Bionomia 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Modify Global Biodiversity Information Facility (GBIF) occurrence pages to show names of identifier(s) and collector(s) along with link(s) to their ORCID or Wikidata account(s) and links to publications where the specimen data have been used.
확장 프로그램 기본 정보
이름 | Bionomia |
ID | aodffghldlgnmhbeflkmokghpncnldcn |
공식 URL | https://chromewebstore.google.com/detail/bionomia/aodffghldlgnmhbeflkmokghpncnldcn |
설명 | Adjust GBIF occurrence and dataset pages to include material from Bionomia. |
파일 크기 | 64.64 KB |
설치 횟수 | 85 |
현재 버전 | 2.3.0 |
최근 업데이트 | 2023-05-20 |
출시 날짜 | 2020-06-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://bionomia.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bionomia.net |
도움말 페이지 URL | https://github.com/bionomia/bionomia-chrome/issues |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bionomia", "version": "2.3.0", "description": "Adjust GBIF occurrence and dataset pages to include material from Bionomia.", "minimum_chrome_version": "89", "manifest_version": 3, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "action": { "default_title": "Bionomia", "default_icon": "images\/icon-16.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "https:\/\/*.gbif.org\/occurrence\/*", "https:\/\/*.gbif.org\/*\/occurrence\/*", "https:\/\/*.gbif.org\/dataset\/*", "https:\/\/*.gbif.org\/*\/dataset\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ "https:\/\/*.gbif.org\/occurrence\/*", "https:\/\/*.gbif.org\/*\/occurrence\/*", "https:\/\/*.gbif.org\/dataset\/*", "https:\/\/*.gbif.org\/*\/dataset\/*" ], "run_at": "document_idle", "js": [ "js\/jquery-3.5.1.min.js", "js\/svg-inject.min.js", "js\/content.js" ], "css": [ "css\/style.css" ] } ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "images\/*", "js\/*", "css\/*" ], "matches": [ " |