SiteBar Addon
This extension is a SiteBar.org Client.
什么是SiteBar Addon?
SiteBar Addon是由Eric Trösch开发的Chrome扩展程序,该扩展的主要功能是“This extension is a SiteBar.org Client.”。
扩展截图
下载SiteBar Addon扩展crx文件
下载SiteBar Addon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | SiteBar Addon |
ID | mjcijcecjeigmnpemkbgjlhfeolncbon |
官方URL | https://chromewebstore.google.com/detail/sitebar-addon/mjcijcecjeigmnpemkbgjlhfeolncbon |
简介 | This extension is a SiteBar.org Client. |
文件大小 | 27.69 KB |
安装次数 | 300 |
当前版本 | 1.66 |
更新时间 | 2023-12-21 |
上架时间 | 2014-01-30 |
评分 | 4.13/5 共8次评分 |
开发者 | Eric Trösch |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |