DearReader Book Finder

Grabs ISBN numbers from books on a website and copies them to your clipboard.

ما هو DearReader Book Finder؟

DearReader Book Finder هو إضافة Chrome تم تطويرها بواسطة dearreader.com، والميزة الرئيسية لها هي "Grabs ISBN numbers from books on a website and copies them to your clipboard.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة DearReader Book Finder

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

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

                                            

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

الاسم DearReader Book Finder DearReader Book Finder
ID jmanmakhbjkffkonbcgaglllpaggbomj
عنوان URL الرسمي https://chromewebstore.google.com/detail/dearreader-book-finder/jmanmakhbjkffkonbcgaglllpaggbomj
الوصف Grabs ISBN numbers from books on a website and copies them to your clipboard.
حجم الملف 23.13 KB
عدد التثبيتات 66
النسخة الحالية 1.0
آخر تحديث 2016-04-13
تاريخ النشر 2016-04-13
تقييم 5.00/5 مجموع تقييمات 3
المطور dearreader.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.dearreader.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DearReader Book Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Grabs ISBN numbers from books on a website and copies them to your clipboard.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "clipboardWrite"
    ]
}