Bublup
Organize any content - all in one place.
Bublup là gì?
Bublup là một tiện ích mở rộng Chrome được phát triển bởi https://bublup.com, và tính năng chính của nó là "Organize any content - all in one place.".
Ả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 Bublup
Tải xuống các tệp mở rộng Bublup 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
Bublup gives you the power to stay on top of your work projects and personal passions. The Bublup Chrome extension helps you get more done and feel in control of your life. Save and visually organize anything you find on the web, and discover fascinating suggestions as you explore. Extension Features: * Instantly save any web page, article, video, and more to your Bublup folders. * Discover suggested content as you browse the web. * Launch the Bublup web app to access all of your folders.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bublup |
ID | cbfllaanijkpjgnolhfhephemiccnacj |
URL Chính Thức | https://chromewebstore.google.com/detail/bublup/cbfllaanijkpjgnolhfhephemiccnacj |
Mô tả | Organize any content - all in one place. |
Kích Thước Tệp | 2.17 MB |
Số Lần Cài Đặt | 7,372 |
Phiên Bản Hiện Tại | 13.0.0.162 |
Cập Nhật Lần Cuối | 2023-06-15 |
Ngày Phát Hành | 2020-06-08 |
Đánh Giá | 4.71/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://bublup.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.bublup.com |
URL Trang Trợ Giúp | https://www.bublup.com/support |
URL Trang Chính Sách Bảo Mật | https://www.bublup.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bublup", "short_name": "Bublup", "description": "Organize any content - all in one place.", "version": "13.0.0", "browser_action": { "default_icon": "data\/images\/bublup-icon_16.png", "default_title": "Bublup" }, "icons": { "16": "data\/images\/bublup-icon_16.png", "48": "data\/images\/bublup-icon_48.png", "128": "data\/images\/bublup-icon_128.png" }, "background": { "scripts": [ "data\/js\/lib\/jquery-1.11.1.js", "shared\/js\/event_constants.js", "lib\/js\/modules\/bg_bublup_app.js", "lib\/js\/adapters\/bg_chrome_adapter.js", "lib\/js\/modules\/bg_bublup_toolbar.js", "lib\/js\/modules\/bg_messaging.js", "lib\/js\/modules\/bg_mystuff.js", "lib\/js\/modules\/bg_bublup_ajax.js", "lib\/js\/modules\/bg_bublup_user.js", "lib\/js\/modules\/bg_webservices.js", "lib\/js\/modules\/bg_shading.js", "lib\/js\/modules\/bg_filtering.js", "lib\/js\/modules\/main.js" ], "persistent": true }, "commands": { "bublup-save": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Opens bublup quicksave" }, "bublup-save-review-later": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" }, "description": "Saves the current page to review later" }, "bublup-save-most-recent": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "Saves the current page to the most recent folder" } }, "content_scripts": [ { "matches": [ " |