Unofficial Google Books Right-Click Search

Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.

ما هو Unofficial Google Books Right-Click Search؟

Unofficial Google Books Right-Click Search هو إضافة Chrome تم تطويرها بواسطة Eleazar، والميزة الرئيسية لها هي "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Unofficial Google Books Right-Click Search

قم بتنزيل ملفات الامتداد Unofficial Google Books Right-Click Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The extension allows you to search for selected text on Google Books via right-click.

* This extension is unofficial and is not authorised by, endorsed by or produced by Google or any other company.                    

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

الاسم Unofficial Google Books Right-Click Search Unofficial Google Books Right-Click Search
ID hkhjpncidkbbndcddhgdfcjndijdhina
عنوان URL الرسمي https://chromewebstore.google.com/detail/unofficial-google-books-r/hkhjpncidkbbndcddhgdfcjndijdhina
الوصف Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.
حجم الملف 32.16 KB
عدد التثبيتات 104
النسخة الحالية 1.1.1
آخر تحديث 2023-04-13
تاريخ النشر 2021-05-04
المطور Eleazar
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/lcookiel/gbooks-right-click-search
عنوان صفحة المساعدة https://github.com/lcookiel/gbooks-right-click-search
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png"
        },
        "default_title": "Unofficial Google Books Right-Click Search"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2,
    "name": "Unofficial Google Books Right-Click Search",
    "short_name": "GB Search",
    "description": "Search selected text on Google Books via right-click and see the results in a new tab. This extension is not an official product.",
    "permissions": [
        "contextMenus"
    ],
    "version": "1.1.1"
}