Bookmarks Reorderer
Moves created bookmarks to the top of their folder.
Apa itu Bookmarks Reorderer?
Bookmarks Reorderer adalah ekstensi Chrome yang dikembangkan oleh Daniel Herr, dan fitur utamanya adalah "Moves created bookmarks to the top of their folder.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bookmarks Reorderer
Unduh file ekstensi Bookmarks Reorderer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Bookmarks Reorderer |
ID | dojjmigcfgjcjakkdhmnkcjajbjcjnja |
URL Resmi | https://chromewebstore.google.com/detail/bookmarks-reorderer/dojjmigcfgjcjakkdhmnkcjajbjcjnja |
Deskripsi | Moves created bookmarks to the top of their folder. |
Ukuran File | 6.01 KB |
Jumlah Instalasi | 1,582 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2016-01-29 |
Tanggal Publikasi | 2016-01-29 |
Penilaian | 4.52/5 Total 27 Penilaian |
Pengembang | Daniel Herr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://danielherr.github.io/ |
Bahasa yang Didukung | 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" } |