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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи https://linklocker.co/contact
URL страницы политики конфиденциальности 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"
    }
}