SiteBar Addon
This extension is a SiteBar.org Client.
SiteBar Addon là gì?
SiteBar Addon là một tiện ích mở rộng Chrome được phát triển bởi Eric Trösch, và tính năng chính của nó là "This extension is a SiteBar.org Client.".
Ả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 SiteBar Addon
Tải xuống các tệp mở rộng SiteBar Addon 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
Chrome integration for all those who manage their favorites with a SiteBar - Bookmark Server (https://github.com/brablc/sitebar). :: SiteBar :: The Online Bookmark Manager | The Bookmark Server SiteBar is a solution for people who use multiple browsers or computers and want to have their bookmarks available from anywhere without having to synchronize them or take them with them. The bookmarks are stored on a server - which can be - a SiteBar server operated by sitebar.org - another public server on which our SiteBar software is running - your own server running our free SiteBar software The bookmarks can be displayed/changed in almost any standard-compliant browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SiteBar Addon |
ID | mjcijcecjeigmnpemkbgjlhfeolncbon |
URL Chính Thức | https://chromewebstore.google.com/detail/sitebar-addon/mjcijcecjeigmnpemkbgjlhfeolncbon |
Mô tả | This extension is a SiteBar.org Client. |
Kích Thước Tệp | 27.69 KB |
Số Lần Cài Đặt | 300 |
Phiên Bản Hiện Tại | 1.66 |
Cập Nhật Lần Cuối | 2023-12-21 |
Ngày Phát Hành | 2014-01-30 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Eric Trösch |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCK9ZM\/7Z6QaiIBPbTuZjiAiNTmpoLZC01DUhfoTN402LAcEdQrrwgGodBxir2QeRGd+jaih5taTO4Cg8u8x3neINJRwEpP4ANVYnRBG95zthhLOwyj\/elLjXaa4enaVP9E3ZTW8eKIvBe5LLxsCXiiJFFviEljiJhKaUl7e+tRNwIDAQAB", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "de", "version": "1.66", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "contextMenus", "storage", "system.display" ], "options_page": "options.html", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "action": { "default_icon": "icon_128.png", "default_title": "SiteBar Client", "default_popup": "popup.html" } } |