Better Bookmarks

Quickly search and manage all your Bookmarks in Google Chrome

Что такое Better Bookmarks?

Better Bookmarks - это расширение Chrome, разработанное https://sites.google.com/site/chromeappdevupdates, и его основная функция - "Quickly search and manage all your Bookmarks in Google Chrome".

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

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

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

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

                        Chrome App Bookmarks, "Better Bookmarks" (Beta) Allows users to quickly search all chrome browser bookmarks. 

This is a beta release however the core libraries are unchanged and are the official release of the chrome and chromium development group. Only additional functionality has been added.

Released and utilized by members of the chromium dev team and is for use only with current up-to-date official Google versions of the browser, and comes with no warranty. Check yours for versions upwards of 16, by clicking settings, then help. Or navigating your Google browser to chrome://about or chrome://version                    

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

Название Better Bookmarks Better Bookmarks
ID jlcbikfbhkjpfbmaninlggceepiidhdm
Официальный URL https://chromewebstore.google.com/detail/better-bookmarks/jlcbikfbhkjpfbmaninlggceepiidhdm
Описание Quickly search and manage all your Bookmarks in Google Chrome
Размер файла 34.82 KB
Количество установок 122
Текущая Версия 1.1
Последнее Обновление 2016-07-21
Дата публикации 2016-07-21
Рейтинг 4.20/5 Всего 5 оценок
Разработчик https://sites.google.com/site/chromeappdevupdates
Тип оплаты free
Официальный сайт расширения http://chromeapp.auto-update.co/bookmarks
URL страницы помощи http://chromeapp.auto-update.co/bookmarks
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Bookmarks",
    "version": "1.1",
    "description": "Quickly search and manage all your Bookmarks in Google Chrome",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "Better Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}