Change Cursors for Chrome
Change Custom Cursors on Chrome Browser
Change Cursors for Chromeคืออะไร?
Change Cursors for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coolsymbol.com และคุณลักษณะหลักของมันคือ "Change Custom Cursors on Chrome Browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change Cursors for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Change Cursors for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Change your cursor with a click of mouse. This extension provides a collection of custom cursors that are easily accessible and used. Change the cursors on your Chrome browsers with other fancy cursors to enhance your web surfing experiences. We provide colorful cursors, including arrow cursors, hand cursors, thing cursors, cursors with heart and love symbols, ... Please refresh the previously opened tab after installing the extension to put it to actions. Enjoy!!!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hbflglholnaeeglfmmoanffenlgkcefa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa |
คำอธิบาย | Change Custom Cursors on Chrome Browser |
ขนาดไฟล์ | 142 KB |
จำนวนการติดตั้ง | 9,313 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-10-19 |
วันที่เผยแพร่ | 2019-10-19 |
คะแนน | 4.75/5 รวมทั้งหมด 48 คะแนน |
ผู้พัฒนา | https://coolsymbol.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://audiovoicerecorder.com |
URL หน้าช่วยเหลือ | https://charactercounttool.com |
URL หน้านโยบายความเป็นส่วนตัว | https://proapps.org/extension-privacy-policy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "name": "Change Cursors for Chrome", "description": "Change Custom Cursors on Chrome Browser", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "dialog\/index.html", "default_title": "Change Cursors for Chrome" }, "content_scripts": [ { "css": [ "content\/style.css" ], "js": [ "content\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Alt+Shift+C", "linux": "Alt+Shift+C", "mac": "Alt+Shift+C", "windows": "Alt+Shift+C" } } }, "permissions": [ "storage", "tabs", "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/background.js" ] }, "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/coolsymbol.com", "offline_enabled": true, "short_name": "CC", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "images\/*", "content\/*.*" ] } |