Browse more
Introduces you to new Websites everytime you click!
Browse moreคืออะไร?
Browse more เป็นส่วนขยายของ Chrome ที่พัฒนาโดย katrusdevlab และคุณลักษณะหลักของมันคือ "Introduces you to new Websites everytime you click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browse more
ดาวน์โหลดไฟล์ส่วนขยาย Browse more ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"Browse more" is very user friendly. It lets you surf the web, by sending you a completely random cool web site. Nearly the coolest sites on the planet. Just click the "Browse more" extension button and start browsing... I mean start having fun! Great for: Bored People: At least it's not Candy X Saga! Web Designers: Looking for some inspiration? Or just some fresh ideas? Start here! Network Technicians: Need to test DNS servers? Make sure you aren't getting cached data, by loading totally fresh, random websites. How often do you find yourself on the internet looking at the same boring pages? You know there is something out there but you don't know where to look.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aglfdimaoeeknmdicalmnkmmgbihdimm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/browse-more/aglfdimaoeeknmdicalmnkmmgbihdimm |
คำอธิบาย | Introduces you to new Websites everytime you click! |
ขนาดไฟล์ | 227 KB |
จำนวนการติดตั้ง | 107 |
เวอร์ชันปัจจุบัน | 0.5.3.5 |
อัปเดตครั้งล่าสุด | 2015-06-18 |
วันที่เผยแพร่ | 2015-06-18 |
คะแนน | 4.10/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | katrusdevlab |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browse more", "description": "Introduces you to new Websites everytime you click!", "version": "0.5.3.5", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Browse more? Click me!", "default_icon": "icon.png" }, "permissions": [ "background", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |