Simplify Overleaf
Simplify your overleaf to focus on editing!
ما هو Simplify Overleaf؟
Simplify Overleaf هو إضافة Chrome تم تطويرها بواسطة weigq1234، والميزة الرئيسية لها هي "Simplify your overleaf to focus on editing!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simplify Overleaf
قم بتنزيل ملفات الامتداد Simplify Overleaf بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
There exist some redundant elements in online Overleaf, making it unfriendly for users, especially the laptop users. This extension aims to simplify your overleaf to focus on editing!
معلومات أساسية عن التمديد
الاسم | Simplify Overleaf |
ID | gcgalefamlbjhfjlomkmbpkjcnbcellm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm |
الوصف | Simplify your overleaf to focus on editing! |
حجم الملف | 1.37 MB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2021-11-14 |
تاريخ النشر | 2021-11-11 |
المطور | weigq1234 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/weigq/simplify_overleaf |
عنوان صفحة المساعدة | https://github.com/weigq/simplify_overleaf |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplify Overleaf", "description": "Simplify your overleaf to focus on editing!", "version": "1.0.3", "homepage_url": "https:\/\/github.com\/weigq\/simplify_overleaf", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "browser_action": [], "icons": { "128": "\/logo-128.png" }, "options_page": "options.html", "content_scripts": [ { "js": [ "\/thirdparty\/jquery.min.js", "\/thirdparty\/ResizeSensor.js", "\/thirdparty\/ElementQueries.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |