LinkLocker - Private Bookmarking

Clip Web content to your LinkLocker account.

ما هو LinkLocker - Private Bookmarking؟

LinkLocker - Private Bookmarking هو إضافة Chrome تم تطويرها بواسطة https://linklocker.co، والميزة الرئيسية لها هي "Clip Web content to your LinkLocker account.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة LinkLocker - Private Bookmarking

قم بتنزيل ملفات الامتداد LinkLocker - Private Bookmarking بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Use the official LinkLocker Chrome Extension to clip content from sites you visit and save it into your LinkLocker.co account. The extension automatically populates the Title and URL fields of the page you're currently viewing, and if you've selected any text on that page, the selection will be sent to the Description field.

Requires an account at LinkLocker.co.

Changes:

Version 1.1.1:
* Minor under-the-hood updates                    

معلومات أساسية عن التمديد

الاسم LinkLocker - Private Bookmarking LinkLocker - Private Bookmarking
ID ggegdmaegiodpleinjnangkdcbagpjme
عنوان URL الرسمي https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme
الوصف Clip Web content to your LinkLocker account.
حجم الملف 10.04 KB
عدد التثبيتات 48
النسخة الحالية 1.1.1
آخر تحديث 2022-09-26
تاريخ النشر 2018-06-12
تقييم 5.00/5 مجموع تقييمات 3
المطور https://linklocker.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://linklocker.co
عنوان صفحة المساعدة https://linklocker.co/contact
عنوان صفحة سياسة الخصوصية https://linklocker.co/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkLocker - Private Bookmarking",
    "short_name": "LinkLocker",
    "version": "1.1.1",
    "author": "LinkLocker",
    "description": "Clip Web content to your LinkLocker account.",
    "icons": {
        "19": "\/images\/icon19.png",
        "38": "\/images\/icon38.png",
        "128": "\/images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/linklocker.co\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Clip to LinkLocker",
        "default_popup": "clipper.html"
    }
}