BibTex It!
This extension gets your bibtex citation through your text selection within one-click.
ما هو BibTex It!؟
BibTex It! هو إضافة Chrome تم تطويرها بواسطة https://zhengxu.work، والميزة الرئيسية لها هي "This extension gets your bibtex citation through your text selection within one-click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BibTex It!
قم بتنزيل ملفات الامتداد BibTex It! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension gets your bibtex citation through your url or your text selection within one-click.
معلومات أساسية عن التمديد
الاسم | BibTex It! |
ID | hofkoiddldajhihgjbckeffpodeoockc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bibtex-it/hofkoiddldajhihgjbckeffpodeoockc |
الوصف | This extension gets your bibtex citation through your text selection within one-click. |
حجم الملف | 8.76 KB |
عدد التثبيتات | 6,481 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-09-24 |
تاريخ النشر | 2016-09-24 |
تقييم | 4.81/5 مجموع تقييمات 16 |
المطور | https://zhengxu.work |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BibTex It!", "description": "This extension gets your bibtex citation through your text selection within one-click. ", "version": "1.1", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "contextMenus", "https:\/\/scholar.google.com\/" ], "background": { "scripts": [ "js\/context.js" ] } } |