X-History

X-History

X-Historyは思い出すことに特化した、履歴検索サービスです。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "X-History",
  "version": "0.3.1",
  "description": "X-Historyは思い出すことに特化した、履歴検索サービスです。",
  "icons": {
    "16": "/images/icon/XHicon_x16.png",
    "48": "/images/icon/XHicon_x48.png",
    "128": "/images/icon/XHicon_x128.png"
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "page": "/views/background.html"
  },
  "browser_action": {
    "name": "LDR Unread",
    "default_icon": {
      "19": "/images/icon/XHicon_x19.png"
    },
    "default_title": "X-History",
    "default_popup": "/views/popup.html"
  }
}