Hyperbook
Hyperbook - Remember everything you browse
What is Hyperbook?
Hyperbook is a Chrome extension developed by getbook.co, and its main feature is "Hyperbook - Remember everything you browse".
Extension Screenshots
Download Hyperbook Extension CRX File
Download Hyperbook 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
Hyperbook helps you to organize your digital information as you browse. Our chrome extension http://getbook.co/ helps you to remember everything you read and quickly Search Organize Share Enabling you to get the right information at the right time
Extension Basic Information
Name | Hyperbook |
ID | ainfeddpkaecnppaginaecbbjpjmficb |
Official URL | https://chromewebstore.google.com/detail/hyperbook/ainfeddpkaecnppaginaecbbjpjmficb |
Description | Hyperbook - Remember everything you browse |
File Size | 862 KB |
Installation Count | 150 |
Current Version | 15.85 |
Last Updated | 2015-12-08 |
Publish Date | 2015-12-07 |
Rating | 5.00/5 Total 8 Ratings |
Developer | getbook.co |
Payment Type | free |
Extension Website | http://getbook.co |
Help Page URL | https://www.facebook.com/groups/hyperbook/ |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery.min.js", "src\/background.js" ] }, "permissions": [ "idle", "tabs", "contextMenus", "bookmarks", "http:\/\/*.getbook.co\/*", "topSites", "chrome:\/\/favicon\/", "notifications" ], "browser_action": { "default_icon": "images\/logo1.png", "default_popup": "src\/popup.html", "default_title": "Add to HyperBook" }, "description": "Hyperbook - Remember everything you browse", "icons": { "16": "images\/logo2.png", "48": "images\/logo2.png", "128": "images\/logo2.png" }, "manifest_version": 2, "name": "Hyperbook", "homepage_url": "http:\/\/getbook.co", "optional_permissions": [ "topSites" ], "options_page": "src\/options.html", "short_name": "Hyperbook - information organizer", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "15.85", "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' " } |