SiteBar Addon

This extension is a SiteBar.org Client.

SiteBar Addonคืออะไร?

SiteBar Addon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eric Trösch และคุณลักษณะหลักของมันคือ "This extension is a SiteBar.org Client."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SiteBar Addon

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}