Bookmarks Reorderer
Moves created bookmarks to the top of their folder.
什麼是Bookmarks Reorderer?
Bookmarks Reorderer是由Daniel Herr開發的Chrome擴展程式,該擴展的主要功能是“Moves created bookmarks to the top of their folder.”。
擴展截圖
下載Bookmarks Reorderer擴展crx文件
下載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 |
ID | dojjmigcfgjcjakkdhmnkcjajbjcjnja |
官方網址 | 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" } |