ymarks

The official ymarks browser extension.

ymarksคืออะไร?

ymarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ymarks.org และคุณลักษณะหลักของมันคือ "The official ymarks browser extension."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ymarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ymarks is a free and open source add-on for several modern web browsers, licensed under the terms of the CDDL, with a server component written in C that allows you to synchronize your browser's bookmarks with an SQLite3 database that can be hosted either on your local machine or somewhere in your intranet (or even the internet). It is supposed to be a single-user system in order to reduce complexity and increase privacy, but you can (technically) run as many parallel instances of ymarks as you like.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
คำอธิบาย The official ymarks browser extension.
ขนาดไฟล์ 13.74 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.2.0.0
อัปเดตครั้งล่าสุด 2022-07-05
วันที่เผยแพร่ 2018-06-29
ผู้พัฒนา https://www.ymarks.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ymarks.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ymarks",
    "version": "1.2.0.0",
    "description": "The official ymarks browser extension.",
    "icons": {
        "32": "icons\/ymarks-32.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "icons\/ymarks-32.png",
        "default_title": "ymarks",
        "default_popup": "popup\/ymarks.html"
    },
    "options_ui": {
        "page": "options\/options.html"
    }
}