Prism 2 Beauty
Shows in better way the information in your timesheet
Prism 2 Beautyคืออะไร?
Prism 2 Beauty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rolando Q และคุณลักษณะหลักของมันคือ "Shows in better way the information in your timesheet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prism 2 Beauty
ดาวน์โหลดไฟล์ส่วนขยาย Prism 2 Beauty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shows in better way the information in your timesheet
+ Performance increase ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hgjoccdpfjdelccakcmlefpnkljappac |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/prism-2-beauty/hgjoccdpfjdelccakcmlefpnkljappac |
| คำอธิบาย | Shows in better way the information in your timesheet |
| ขนาดไฟล์ | 58.76 KB |
| จำนวนการติดตั้ง | 30 |
| เวอร์ชันปัจจุบัน | 1.1.4 |
| อัปเดตครั้งล่าสุด | 2016-02-26 |
| วันที่เผยแพร่ | 2016-02-26 |
| คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | Rolando Q |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Prism 2 Beauty",
"short_name": "Prism2Beauty",
"description": "Shows in better way the information in your timesheet",
"icons": {
"16": "beauty.png",
"24": "beauty.png",
"48": "beauty.png",
"128": "beauty.png",
"19": "beauty.png",
"38": "beauty.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"js": [
"jquery.js",
"app.js",
"vcheck.js"
],
"all_frames": true,
"runAt": "document_end"
}
],
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"permissions": [
"notifications",
" | |