PUMA Buttons
PUMA Buttons Plugin
PUMA Buttonsคืออะไร?
PUMA Buttons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.academic-puma.de และคุณลักษณะหลักของมันคือ "PUMA Buttons Plugin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PUMA Buttons
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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"
]
} | |