PUMA Buttons

PUMA Buttons Plugin

PUMA Buttons là gì?

PUMA Buttons là một tiện ích mở rộng Chrome được phát triển bởi https://www.academic-puma.de, và tính năng chính của nó là "PUMA Buttons Plugin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PUMA Buttons

Tải xuống các tệp mở rộng PUMA 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 academic publication management PUMA. Add three usefull PUMA control buttons to your browser by installing this add-on. One will be a quick link to your myPUMA page. The other two enable storing bookmarks and publications in PUMA by only clicking a button or by using keyboard shortcuts. Upon the first use, you can select the PUMA installation of your institution.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PUMA Buttons PUMA Buttons
ID emdfjhapplcngnmhllpdmaecgoafjjmc
URL Chính Thức https://chromewebstore.google.com/detail/puma-buttons/emdfjhapplcngnmhllpdmaecgoafjjmc
Mô tả PUMA Buttons Plugin
Kích Thước Tệp 69.25 KB
Số Lần Cài Đặt 178
Phiên Bản Hiện Tại 1.10.1
Cập Nhật Lần Cuối 2018-01-08
Ngày Phát Hành 2018-01-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.academic-puma.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.academic-puma.de
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PUMA Buttons",
    "version": "1.10.1",
    "manifest_version": 2,
    "description": "PUMA 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:\/\/puma.uni-kassel.de\/*",
        "activeTab",
        "https:\/\/www.bibsonomy.org\/resources_puma\/addons\/list.json",
        "tabs"
    ]
}