Arrange the Bookmark

Arrange the Bookmark

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "version": "0.3",
  "default_locale": "ja",
  "description": "__MSG_description__",
  "permissions": [
    "bookmarks"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "ico/icon_16.png",
    "48": "ico/icon_48.png",
    "128": "ico/icon_128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google.com https://maxcdn.bootstrapcdn.com; object-src 'self'"
}