Add to OneKeep

Add bookmark to your OneKeep account.

Add to OneKeepคืออะไร?

Add to OneKeep เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onekeep.com และคุณลักษณะหลักของมันคือ "Add bookmark to your OneKeep account."

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

screenshot
screenshot

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

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

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

                        Add bookmarks to your OneKeep account.

OneKeep.com is a professional online bookmark manager.

Save your bookmarks in onekeep.com, visit them anywhere.
Create multilevel folders, organize bookmarks neatly.
Import and export bookmarks easily.
Search bookmarks and view visit history conveniently.                    

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

ชื่อ Add to OneKeep Add to OneKeep
ID glnmmegioanmhhhfdlhhgapcjdnhnibf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-to-onekeep/glnmmegioanmhhhfdlhhgapcjdnhnibf
คำอธิบาย Add bookmark to your OneKeep account.
ขนาดไฟล์ 9.15 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-10-24
วันที่เผยแพร่ 2020-12-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://onekeep.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to OneKeep",
    "version": "1.0.1",
    "description": "Add bookmark to your OneKeep account.",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Add bookmark to OneKeep",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}