EcosiaCalculator
Base Level Extension
EcosiaCalculatorคืออะไร?
EcosiaCalculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elmer.lingestal และคุณลักษณะหลักของมันคือ "Base Level Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EcosiaCalculator
ดาวน์โหลดไฟล์ส่วนขยาย EcosiaCalculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Added search capabilities for Ecosia, including a calculator, a graph plotter and a currency and unit converter! If you search for a mathematical expression, our calculator will aid you! Similarly we will open the graph plotter or the currency and unit converter if your search matches them respectively! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cplekodcpkjdmdcinciacpkhnjldhoji |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ecosiacalculator/cplekodcpkjdmdcinciacpkhnjldhoji |
| คำอธิบาย | Base Level Extension |
| ขนาดไฟล์ | 244 KB |
| จำนวนการติดตั้ง | 88 |
| เวอร์ชันปัจจุบัน | 0.91 |
| อัปเดตครั้งล่าสุด | 2020-04-25 |
| วันที่เผยแพร่ | 2020-04-25 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | elmer.lingestal |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EcosiaCalculator",
"description": "Base Level Extension",
"version": "0.91",
"manifest_version": 2,
"permissions": [
"tabs"
],
"web_accessible_resources": [
"grapher\/GraphEdit2D.js",
"grapher\/Graph2Dstyle.css",
"grapher\/Graph2D.html",
"calculator\/Calculator.html",
"calculator\/CalculatorInterface.js",
"calculator\/CalculatorStyle.css",
"calculator\/Calculate.js",
"calculator\/OnTyping.js",
"table\/tableStyle.css",
"table\/table.html",
"table\/tableEdit.js"
],
"browser_action": {
"default_icon": "images\/icon32.png"
},
"sandbox": {
"pages": [
"grapher\/Graph2D.html",
"calculator\/Calculator.html",
"table\/table.html"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/www.ecosia.org\/search?q=*"
],
"html": [
"grapher\/Graph2D.html",
"calculator\/Calculator.html",
"table\/table.html"
],
"css": [
"grapher\/Graph2Dstyle.css",
"calculator\/CalculatorStyle.css",
"table\/tableStyle.css"
],
"js": [
"lib\/jquery.js",
"calculator\/CalculatorCreator.js",
"calculator\/CalculatorInterface.js",
"calculator\/Calculate.js",
"calculator\/OnTyping.js",
"table\/tableEdit.js",
"table\/TableCreator.js",
"grapher\/GraphCreator2D.js",
"grapher\/GraphEdit2D.js",
"OnSearch.js"
]
}
]
} | |