B Marks!! - Google Bookmarks
Load and Display google bookmarks from your google account.
B Marks!! - Google Bookmarks là gì?
B Marks!! - Google Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi http://www.bmarks.co.uk, và tính năng chính của nó là "Load and Display google bookmarks from your google account.".
Ả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 B Marks!! - Google Bookmarks
Tải xuống các tệp mở rộng B Marks!! - Google Bookmarks 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
BMarks enables the user to simply log into their Google Account and then have all their google bookmarks available at the click of a button without having to sync browsers etc... Google Bookmarks is a free online bookmarking service, available to Google Account holders. It is completely separate from browser-based bookmarking and should not be confused with the Bookmarks function on any popular browser, Google Chrome included. Google Bookmarks was launched on October 10, 2005. It is cloud based service that allows users to bookmark webpages and add labels or notes. Users can access their bookmarks from any browser on any computer by signing into their Google account. The bookmarks are searchable, and searches are performed on the full text of the bookmarked pages, not just the labels and notes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gekfmjmagocgkhhfhidilnnkfiaejige |
URL Chính Thức | https://chrome.google.com/webstore/detail/b-marks-google-bookmarks/gekfmjmagocgkhhfhidilnnkfiaejige |
Mô tả | Load and Display google bookmarks from your google account. |
Kích Thước Tệp | 47.08 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2017-10-04 |
Ngày Phát Hành | 2017-10-04 |
Nhà Phát Triển | http://www.bmarks.co.uk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.bmarks.co.uk |
URL Trang Trợ Giúp | http://www.bmarks.co.uk/ |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "B Marks!! - Google Bookmarks", "version": "0.5", "description": "Load and Display google bookmarks from your google account.", "icons": { "32": "bookmark-flag-icons.png", "128": "bookmark-flag-icons.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/google.com\/bookmarks", "http:\/\/*.google.com\/", "https:\/\/*.google.com\/", "tabs", "activeTab" ], "browser_action": { "default_title": "BMarks", "default_icon": "bookmark-flag-icons.png", "default_popup": "popup.html" } } |