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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}