Bookpin

Your personal book list.

Qu'est-ce que Bookpin ?

Bookpin est une extension Chrome développée par https://bookpin.co, et sa fonction principale est "Your personal book list.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookpin

Téléchargez les fichiers d'extension Bookpin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Bookpin Bookpin
ID lbcofglckdbgdokkdkmdgccpfjalmdol
URL Officiel https://chromewebstore.google.com/detail/bookpin/lbcofglckdbgdokkdkmdgccpfjalmdol
Description Your personal book list.
Taille du Fichier 709 KB
Nombre d'Installations 365
Version Actuelle 1.4.1
Dernière Mise à Jour 2019-08-05
Date de Publication 2019-08-02
Évaluation 3.80/5 Total 5 Évaluations
Développeur https://bookpin.co
Type de Paiement free
Site Web de l'Extension https://bookpin.co
Langues Prises en Charge 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'"
}