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
Eメール [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"
    ]
}