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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |