URL Manager
This extension helps to quickly access the most useful and important websites in a single click.
URL Managerคืออะไร?
URL Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ankit Goyal และคุณลักษณะหลักของมันคือ "This extension helps to quickly access the most useful and important websites in a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Manager
ดาวน์โหลดไฟล์ส่วนขยาย URL Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you have to google each time you want to open the most common day to day websites? Do you find it annoying to google it again and again instead of just clicking one button? If so, this extension is meant for you! URL Manager is a Chrome Extension that allows you to quickly access the most useful and important day to day websites in a single click. You can open any of the following in just one click: • Google products • Covid-19 updates • Social Media platforms • Entertainment • News • Banking • E-Learning • Programming Get ready to end all the annoying URL searches and save alot of your time!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL Manager |
ID | ebgifclfdhepbflgkjjfjjnifapagkmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-manager/ebgifclfdhepbflgkjjfjjnifapagkmc |
คำอธิบาย | This extension helps to quickly access the most useful and important websites in a single click. |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-04-27 |
วันที่เผยแพร่ | 2020-04-27 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Ankit Goyal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Manager", "version": "1.0", "description": "This extension helps to quickly access the most useful and important websites in a single click.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |