ISBN Search
Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)
ما هو ISBN Search؟
ISBN Search هو إضافة Chrome تم تطويرها بواسطة duncankeith228، والميزة الرئيسية لها هي "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ISBN Search
قم بتنزيل ملفات الامتداد ISBN Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find all of your books in the most convenient way possible. Any ISBNs will automatically be replaced with a hyperlink to your free pdf download! Link to GitHub repo: https://github.com/DuncanKeith/isbn-search
معلومات أساسية عن التمديد
الاسم | ISBN Search |
ID | pciedbdeahgjkohjeikjjljdbhbkjeoc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/isbn-search/pciedbdeahgjkohjeikjjljdbhbkjeoc |
الوصف | Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books) |
حجم الملف | 12.16 KB |
عدد التثبيتات | 602 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2016-11-22 |
تاريخ النشر | 2016-11-22 |
تقييم | 4.78/5 مجموع تقييمات 9 |
المطور | duncankeith228 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ISBN Search", "version": "1.0.0", "description": "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |