PUMA Buttons

PUMA Buttons Plugin

PUMA Buttons란 무엇입니까?

PUMA Buttons은(는) https://www.academic-puma.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PUMA Buttons Plugin"입니다.

확장 프로그램 스크린샷

screenshot

PUMA Buttons 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}