BibSonomy Buttons
BibSonomy Buttons Plugin
BibSonomy Buttons là gì?
BibSonomy Buttons là một tiện ích mở rộng Chrome được phát triển bởi https://www.bibsonomy.org, và tính năng chính của nó là "BibSonomy Buttons Plugin".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BibSonomy Buttons
Tải xuống các tệp mở rộng BibSonomy Buttons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
An Add-on for users of the blue social bookmark and publication sharing system BibSonomy. Add three useful BibSonomy control buttons to your browser by installing this add-on. One will be a quick link to your myBibSonomy page. The other two enable storing bookmarks and publications in BibSonomy by only clicking a button or by using keyboard shortcuts. Ein Add-on für Nutzer der Literatur- und Lesezeichenverwaltung BibSonomy. Erweitern Sie Ihren Browser mit diesem Add-on um drei nützliche BibSonomy-Schaltflächen in Ihrer Navigations-Symbolleiste. Eine Schaltfläche dient als Link auf Ihre meinBibSonomy-Seite, die anderen beiden ermöglichen das schnelle Speichern von Lesezeichen sowie Publikationen per Knopfdruck. Außerdem können Sie mit dem Add-on auch Tastaturkürzel verwenden um Lesezeichen oder Publikationen zu erstellen.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BibSonomy Buttons |
ID | lbbnooihfnhphbgeajgmpmaedkdjgeid |
URL Chính Thức | https://chromewebstore.google.com/detail/bibsonomy-buttons/lbbnooihfnhphbgeajgmpmaedkdjgeid |
Mô tả | BibSonomy Buttons Plugin |
Kích Thước Tệp | 34.23 KB |
Số Lần Cài Đặt | 2,805 |
Phiên Bản Hiện Tại | 1.10.2 |
Cập Nhật Lần Cuối | 2022-01-19 |
Ngày Phát Hành | 2017-12-11 |
Đánh Giá | 5.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://www.bibsonomy.org |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BibSonomy Buttons", "version": "1.10.2", "manifest_version": 2, "description": "BibSonomy Buttons Plugin", "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "minimum_chrome_version": "16", "icons": { "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "ui\/popup.html" }, "commands": { "openHome": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "MacCtrl+Shift+H" }, "description": "Open users page" }, "saveBookmark": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "MacCtrl+Shift+B" }, "description": "Save Bookmark" }, "savePublication": { "suggested_key": { "default": "Ctrl+Shift+V", "mac": "MacCtrl+Shift+P" }, "description": "Save Publication" } }, "permissions": [ "https:\/\/www.bibsonomy.org\/*", "activeTab" ] } |