PUMA Buttons
PUMA Buttons Plugin
什麼是PUMA Buttons?
PUMA Buttons是由https://www.academic-puma.de開發的Chrome擴展程式,該擴展的主要功能是“PUMA Buttons Plugin”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | emdfjhapplcngnmhllpdmaecgoafjjmc |
| 官方網址 | 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"
]
} | |