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. 拡張機能の基本情報
| 名前 | |
| ID | dojjmigcfgjcjakkdhmnkcjajbjcjnja |
| 公式URL | 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 |
| Eメール | [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"
} | |