Bookmarks Reorderer

Moves created bookmarks to the top of their folder.

Co to jest Bookmarks Reorderer?

Bookmarks Reorderer to rozszerzenie Chrome opracowane przez Daniel Herr, a jego główną funkcją jest „Moves created bookmarks to the top of their folder.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Bookmarks Reorderer

Pobierz pliki rozszerzeń Bookmarks Reorderer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bookmarks Reorderer Bookmarks Reorderer
ID dojjmigcfgjcjakkdhmnkcjajbjcjnja
Oficjalny URL https://chromewebstore.google.com/detail/bookmarks-reorderer/dojjmigcfgjcjakkdhmnkcjajbjcjnja
Opis Moves created bookmarks to the top of their folder.
Rozmiar pliku 6.01 KB
Liczba instalacji 1,582
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2016-01-29
Data Publikacji 2016-01-29
Ocena 4.52/5 Łącznie 27 Oceny
Deweloper Daniel Herr
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://danielherr.github.io/
Obsługiwane Języki 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"
}