Browses
Plot your adventures through the web
Browsesคืออะไร?
Browses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browses.io และคุณลักษณะหลักของมันคือ "Plot your adventures through the web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browses
ดาวน์โหลดไฟล์ส่วนขยาย Browses ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this extension to upload screenshots to your feed on https://browses.io and start putting your browsing history to some use. Help others who are on the same adventure as you by visually sharing the sites you found useful. Clicking on the extension authenticates you with facebook, captures a screenshot of the active tab and uploads the browse to your feed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Browses |
ID | fpijpjkcpkhbkeiinkphbiaapekmfgdo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo |
คำอธิบาย | Plot your adventures through the web |
ขนาดไฟล์ | 8.62 KB |
จำนวนการติดตั้ง | 316 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2017-08-09 |
วันที่เผยแพร่ | 2017-08-09 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://browses.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://browses.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browses", "version": "2.3", "description": "Plot your adventures through the web", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "icons\/icon-24.png", "default_title": "Browse" }, "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "activeTab" ], "externally_connectable": { "matches": [ "*:\/\/browses.local\/*", "*:\/\/browses.io\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "manifest_version": 2 } |