PUMA Buttons

PUMA Buttons Plugin

PUMA Buttons क्या है?

PUMA Buttons https://www.academic-puma.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PUMA Buttons Plugin"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PUMA Buttons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}