Odometer for Chrome
Find out how far you can surf on the internet!
Odometer for Chromeคืออะไร?
Odometer for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mustafaacer.com และคุณลักษณะหลักของมันคือ "Find out how far you can surf on the internet!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Odometer for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Odometer for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Can you reach the end of the internets? Find out how far you can surf with this extension!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Odometer for Chrome |
ID | bfolnijgmljfkghieepigohlhcmkecbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/odometer-for-chrome/bfolnijgmljfkghieepigohlhcmkecbl |
คำอธิบาย | Find out how far you can surf on the internet! |
ขนาดไฟล์ | 167 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-01-07 |
วันที่เผยแพร่ | 2014-01-07 |
คะแนน | 4.71/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://mustafaacer.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon-19.png", "name": "Odometer for Chrome", "default_title": "Odometer for Chrome - Can you reach the end of the internets?", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "all_frames": true } ], "icons": { "128": "icon-128.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png", "19": "icon-19.png" }, "description": "Find out how far you can surf on the internet!", "name": "Odometer for Chrome", "options_page": "options.html", "version": "1.2", "manifest_version": 2 } |