Bookmarks Reorderer

Moves created bookmarks to the top of their folder.

Что такое Bookmarks Reorderer?

Bookmarks Reorderer - это расширение Chrome, разработанное Daniel Herr, и его основная функция - "Moves created bookmarks to the top of their folder.".

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

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

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

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

                        This extension moves newly created bookmarks to the top of their folder. There is also an option to move bookmarks to the top after they are moved to a different folder.                    

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

Название Bookmarks Reorderer Bookmarks Reorderer
ID dojjmigcfgjcjakkdhmnkcjajbjcjnja
Официальный URL https://chromewebstore.google.com/detail/bookmarks-reorderer/dojjmigcfgjcjakkdhmnkcjajbjcjnja
Описание Moves created bookmarks to the top of their folder.
Размер файла 6.01 KB
Количество установок 1,582
Текущая Версия 2.0.1
Последнее Обновление 2016-01-29
Дата публикации 2016-01-29
Рейтинг 4.52/5 Всего 27 оценок
Разработчик Daniel Herr
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://danielherr.github.io/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks Reorderer",
    "version": "2.0.1",
    "description": "Moves created bookmarks to the top of their folder.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/",
    "offline_enabled": true,
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "options_page": "options.html"
}