Bookmarks Reorderer

Moves created bookmarks to the top of their folder.

Wat is Bookmarks Reorderer?

Bookmarks Reorderer is een Chrome-extensie ontwikkeld door Daniel Herr, en de belangrijkste functie is "Moves created bookmarks to the top of their folder.".

Extensie Screenshots

Download het CRX-bestand van de extensie Bookmarks Reorderer

Download Bookmarks Reorderer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bookmarks Reorderer Bookmarks Reorderer
ID dojjmigcfgjcjakkdhmnkcjajbjcjnja
Officiële URL https://chromewebstore.google.com/detail/bookmarks-reorderer/dojjmigcfgjcjakkdhmnkcjajbjcjnja
Beschrijving Moves created bookmarks to the top of their folder.
Bestandsgrootte 6.01 KB
Aantal Installaties 1,582
Huidige Versie 2.0.1
Laatst Bijgewerkt 2016-01-29
Publicatiedatum 2016-01-29
Beoordeling 4.52/5 Totaal 27 Beoordelingen
Ontwikkelaar Daniel Herr
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://danielherr.github.io/
Ondersteunde Talen 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"
}