Browses
Plot your adventures through the web
Browses là gì?
Browses là một tiện ích mở rộng Chrome được phát triển bởi https://browses.io, và tính năng chính của nó là "Plot your adventures through the web".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Browses
Tải xuống các tệp mở rộng Browses dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Browses |
ID | fpijpjkcpkhbkeiinkphbiaapekmfgdo |
URL Chính Thức | https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo |
Mô tả | Plot your adventures through the web |
Kích Thước Tệp | 8.62 KB |
Số Lần Cài Đặt | 316 |
Phiên Bản Hiện Tại | 2.3 |
Cập Nhật Lần Cuối | 2017-08-09 |
Ngày Phát Hành | 2017-08-09 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://browses.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browses.io |
Ngôn Ngữ Được Hỗ Trợ | 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 } |