OneAccess: Bookmarks, History, Favorites

OneAccess: Bookmarks, History, Favorites

Access your Chrome™'s bookmarks and history from one place. Make a list of your top 10 favorite sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OneAccess: Bookmarks, History, Favorites",
  "version": "0.7.5",
  "icons": {
    "32": "images/star_32.png",
    "48": "images/star_48.png",
    "128": "images/star_128.png"
  },
  "description": "Access your Chrome™'s bookmarks and history from one place. Make a list of your top 10 favorite sites.",
  "permissions": [
    "bookmarks",
    "tabs",
    "history",
    "chrome://favicon/"
  ],
  "browser_action": {
    "default_title": "OneAccess",
    "default_icon": "images/star_full.png",
    "default_popup": "main.html"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2
}