Goodreads for Amazon

See Goodreads reviews on Amazon

ما هو Goodreads for Amazon؟

Goodreads for Amazon هو إضافة Chrome تم تطويرها بواسطة @rubencodes، والميزة الرئيسية لها هي "See Goodreads reviews on Amazon".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Goodreads for Amazon

قم بتنزيل ملفات الامتداد Goodreads for Amazon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Tired of having to lookup Amazon books on Goodreads? With this extension, you can access Goodreads reviews for books directly below Amazon's product descriptions, without having to leave the page.                    

معلومات أساسية عن التمديد

الاسم Goodreads for Amazon Goodreads for Amazon
ID nhoeikgladhciikplajkhippcmfoidlk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/goodreads-for-amazon/nhoeikgladhciikplajkhippcmfoidlk
الوصف See Goodreads reviews on Amazon
حجم الملف 25.16 KB
عدد التثبيتات 92
النسخة الحالية 0.1.5
آخر تحديث 2019-08-11
تاريخ النشر 2019-08-11
تقييم 5.00/5 مجموع تقييمات 1
المطور @rubencodes
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goodreads for Amazon",
    "version": "0.1.5",
    "manifest_version": 2,
    "description": "See Goodreads reviews on Amazon",
    "homepage_url": "https:\/\/ruben.codes",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.com.sg\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.nl\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.goodreads.com\/*"
    ]
}