Stumble Across
Bookmarking and content discovery on the blockchain
Stumble Across là gì?
Stumble Across là một tiện ích mở rộng Chrome được phát triển bởi StumbleAcross, và tính năng chính của nó là "Bookmarking and content discovery on the blockchain".
Ả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 Stumble Across
Tải xuống các tệp mở rộng Stumble Across 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
Bookmark cool webpages forever on the blockchain, click "Stumble" to discover random webpages bookmarked by other users. Get paid in bitcoin when other users like your content. This is a beta version, suggestions for improvements are welcome. After installing, you might need to pin the extension (as shown in the second screenshot) to be able to use it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stumble Across |
ID | olognjcjfiknpiblpbnmjgbehodclokg |
URL Chính Thức | https://chromewebstore.google.com/detail/stumble-across/olognjcjfiknpiblpbnmjgbehodclokg |
Mô tả | Bookmarking and content discovery on the blockchain |
Kích Thước Tệp | 125 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2020-09-28 |
Ngày Phát Hành | 2020-09-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | StumbleAcross |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://stumbleacross.app |
URL Trang Chính Sách Bảo Mật | https://stumbleacross.app/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stumble Across", "version": "0.3", "description": "Bookmarking and content discovery on the blockchain", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "StumbleAcross on this page" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "modal.html", "popup.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.stumbleacross.app\/*" ], "run_at": "document_end", "js": [ "stumbleacross.js" ] } ], "permissions": [ "activeTab", "storage", "https:\/\/*\/*", "http:\/\/*\/*" ] } |