Anywhere Calculator
This extension brings a calculator to any page.
Anywhere Calculatorคืออะไร?
Anywhere Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frio และคุณลักษณะหลักของมันคือ "This extension brings a calculator to any page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anywhere Calculator
ดาวน์โหลดไฟล์ส่วนขยาย Anywhere Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Brings a simple calculator to any page! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cabddmjlaijidngobenoepkphkcmedbf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anywhere-calculator/cabddmjlaijidngobenoepkphkcmedbf |
| คำอธิบาย | This extension brings a calculator to any page. |
| ขนาดไฟล์ | 5.42 KB |
| จำนวนการติดตั้ง | 309 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2016-09-20 |
| วันที่เผยแพร่ | 2016-09-19 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Frio |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/FrioTime/Anywhere-Calculator |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Anywhere Calculator",
"short_name": "Anywhere Calc",
"version": "1.2",
"description": "This extension brings a calculator to any page.",
"icons": {
"128": "images\/icon128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_icon": "images\/icon19.png",
"default_popup": "popup.html"
}
} | |