Arrange the Bookmark

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

What is Arrange the Bookmark?

Arrange the Bookmark is a Chrome extension developed by account switcher, and its main feature is "ブックマークの重複などをチェックして、整理することができます。".

Extension Screenshots

screenshot
screenshot

Download Arrange the Bookmark Extension CRX File

Download Arrange the Bookmark 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

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

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

Extension Basic Information

Name Arrange the Bookmark Arrange the Bookmark
ID hjgbpmfogaaomahnlkpjkconijlhimhl
Official URL https://chromewebstore.google.com/detail/arrange-the-bookmark/hjgbpmfogaaomahnlkpjkconijlhimhl
Description ブックマークの重複などをチェックして、整理することができます。
File Size 208 KB
Installation Count 112
Current Version 0.2
Last Updated 2019-03-08
Publish Date 2019-03-08
Developer account switcher
Payment Type free
Supported Languages 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'"
}