Bookmarks Reorderer
Moves created bookmarks to the top of their folder.
What is Bookmarks Reorderer?
Bookmarks Reorderer is a Chrome extension developed by Daniel Herr, and its main feature is "Moves created bookmarks to the top of their folder.".
Extension Screenshots
Download Bookmarks Reorderer Extension CRX File
Download Bookmarks Reorderer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bookmarks Reorderer |
ID | dojjmigcfgjcjakkdhmnkcjajbjcjnja |
Official URL | https://chromewebstore.google.com/detail/bookmarks-reorderer/dojjmigcfgjcjakkdhmnkcjajbjcjnja |
Description | Moves created bookmarks to the top of their folder. |
File Size | 6.01 KB |
Installation Count | 1,582 |
Current Version | 2.0.1 |
Last Updated | 2016-01-29 |
Publish Date | 2016-01-29 |
Rating | 4.52/5 Total 27 Ratings |
Developer | Daniel Herr |
[email protected] | |
Payment Type | free |
Extension Website | https://danielherr.github.io/ |
Supported Languages | 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" } |