Bookpin

Your personal book list.

What is Bookpin?

Bookpin is a Chrome extension developed by https://bookpin.co, and its main feature is "Your personal book list.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bookpin Extension CRX File

Download Bookpin 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

                        Reading an article and you see a book you would like to remember?
Bookpin it!

Bookpin was made with students, writers, bloggers, journalists and book readers in mind! 

“Search for this book” allows you to search for a book information and store it in a “wishlist” for later use!

Check it out here Bookpin and let me know what you think about it! 

Follow us on facebook : https://www.facebook.com/TheBookpin

Experiencing any problem with this extension?
Please let us know by sending a private message on facebook or in the web store support (Click support above)                    

Extension Basic Information

Name Bookpin Bookpin
ID lbcofglckdbgdokkdkmdgccpfjalmdol
Official URL https://chromewebstore.google.com/detail/bookpin/lbcofglckdbgdokkdkmdgccpfjalmdol
Description Your personal book list.
File Size 709 KB
Installation Count 365
Current Version 1.4.1
Last Updated 2019-08-05
Publish Date 2019-08-02
Rating 3.80/5 Total 5 Ratings
Developer https://bookpin.co
Payment Type free
Extension Website https://bookpin.co
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Bookpin",
    "name": "Bookpin",
    "description": "Your personal book list.",
    "version": "1.4.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "https:\/\/www.googleapis.com\/books\/v1\/*",
        "https:\/\/www.google-analytics.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/bookpin.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ]
        }
    ],
    "icons": {
        "24": "\/icons\/logo_24x24.png",
        "32": "\/icons\/logo.png",
        "128": "\/icons\/logo_128x128.png"
    },
    "web_accessible_resources": [
        "\/static\/css\/main.css",
        "icons\/logo_120x120.png"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' https:\/\/ssl.google-analytics.com; object-src 'self'"
}