Export Selective Bookmarks

This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…

Что такое Export Selective Bookmarks?

Export Selective Bookmarks - это расширение Chrome, разработанное aninymous, и его основная функция - "This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Export Selective Bookmarks

Скачайте файлы расширений Export Selective Bookmarks в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but need a way to share only particular bookmarks.

* Expand/Collapse the Bookmark tree by toggling the "Folder" icons
* Use the Checkboxes to select/unselect the Folders/Bookmarks 
* Click on "Export" button at top to export only those bookmarks you selected                    

Основная информация о расширении

Название Export Selective Bookmarks Export Selective Bookmarks
ID ahgbiciilcpclcekhegbhofljoolnfei
Официальный URL https://chromewebstore.google.com/detail/export-selective-bookmark/ahgbiciilcpclcekhegbhofljoolnfei
Описание This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…
Размер файла 349 KB
Количество установок 11,411
Текущая Версия 1.1
Последнее Обновление 2019-06-19
Дата публикации 2019-06-19
Рейтинг 4.23/5 Всего 39 оценок
Разработчик aninymous
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Selective Bookmarks",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Export Selective Bookmarks",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "128": "icon128.png"
    }
}