Lazymonkey
Executing a Script/CSS
ما هو Lazymonkey؟
Lazymonkey هو إضافة Chrome تم تطويرها بواسطة Kunihiro Ando، والميزة الرئيسية لها هي "Executing a Script/CSS".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lazymonkey
قم بتنزيل ملفات الامتداد Lazymonkey بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome extension like greasemonkey (Beta testing) Not using background/event page. Low memory consumption. Not supported script update. http://wiki.greasespot.net/Greasemonkey_Manual:API ========= user.js ========= Supported API: GM_xmlhttpRequest GM_addStyle GM_getValue GM_setValue GM_listValues GM_deleteValue GM_log GM_openInTab Metadata @name @include @exclude @run-at
معلومات أساسية عن التمديد
الاسم | |
ID | jllgfeanonefahnaoaefkcccpagpjjoe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lazymonkey/jllgfeanonefahnaoaefkcccpagpjjoe |
الوصف | Executing a Script/CSS |
حجم الملف | 276 KB |
عدد التثبيتات | 79 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-09-24 |
تاريخ النشر | 2015-09-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Kunihiro Ando |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lazymonkey", "description": "Executing a Script\/CSS", "content_scripts": [ { "all_frames": true, "run_at": "document_start", "js": [ "js\/contentscript.js" ], "matches": [ " |