PUMA Buttons

PUMA Buttons Plugin

什么是PUMA Buttons?

PUMA Buttons是由https://www.academic-puma.de开发的Chrome扩展程序,该扩展的主要功能是“PUMA Buttons Plugin”。

扩展截图

screenshot

下载PUMA Buttons扩展crx文件

下载PUMA Buttons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PUMA Buttons PUMA Buttons
ID emdfjhapplcngnmhllpdmaecgoafjjmc
官方URL https://chromewebstore.google.com/detail/puma-buttons/emdfjhapplcngnmhllpdmaecgoafjjmc
简介 PUMA Buttons Plugin
文件大小 69.25 KB
安装次数 178
当前版本 1.10.1
更新时间 2018-01-08
上架时间 2018-01-08
评分 5.00/5 共2次评分
开发者 https://www.academic-puma.de
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.academic-puma.de
支持的语言 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"
    ]
}