Arrange the Bookmark

ブックマークの重複などをチェックして、整理することができます。

Arrange the Bookmarkとは何ですか?

Arrange the Bookmarkはaccount switcherによって開発されたChromeの拡張機能で、その主な機能は「ブックマークの重複などをチェックして、整理することができます。」です。

拡張機能のスクリーンショット

screenshot
screenshot

Arrange the Bookmark拡張機能のCRXファイルをダウンロード

Arrange the Bookmark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ブックマークをサムネイル付きでグリッド状に並べるアプリです。

また、人気サイトや低版サイトはあらかじめ別タブで表示します。
ブックマークの軽量化にお役に立てれば幸いです。                    

拡張機能の基本情報

名前 Arrange the Bookmark Arrange the Bookmark
ID hjgbpmfogaaomahnlkpjkconijlhimhl
公式URL https://chromewebstore.google.com/detail/arrange-the-bookmark/hjgbpmfogaaomahnlkpjkconijlhimhl
説明 ブックマークの重複などをチェックして、整理することができます。
ファイルサイズ 208 KB
インストール数 112
現在のバージョン 0.2
最終更新日 2019-03-08
公開日 2019-03-08
開発者 account switcher
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.2",
    "default_locale": "ja",
    "description": "__MSG_description__",
    "permissions": [
        "bookmarks"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "ico\/icon_3g_16.png",
        "48": "ico\/icon_3g_48.png",
        "128": "ico\/icon_3g_128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'"
}