Easy Button
"that was easy"
ما هو Easy Button؟
Easy Button هو إضافة Chrome تم تطويرها بواسطة Christian، والميزة الرئيسية لها هي ""that was easy"".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy Button
قم بتنزيل ملفات الامتداد Easy Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Give yourself a pat on the back with a always accessible easy button. Notice there are no ads or anything of the sort. Please leave me a review and tell me if you like the simple design or if you would like a actual picture of a easy button. Update 1.3.1 - icon directory fix Update 1.3 - icon fixes Update 1.2 - popup minor bug fixes Update 1.1 - code cleanup Release 1.0 - easy button
معلومات أساسية عن التمديد
الاسم | Easy Button |
ID | kkganccblahhhjbpjgbaindnmjimjaep |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep |
الوصف | "that was easy" |
حجم الملف | 679 KB |
عدد التثبيتات | 1,026 |
النسخة الحالية | 1.3.1 |
آخر تحديث | 2016-11-14 |
تاريخ النشر | 2016-11-13 |
تقييم | 4.90/5 مجموع تقييمات 10 |
المطور | Christian |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.christianjuth.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Button", "description": "\"that was easy\"", "version": "1.3.1", "browser_action": { "default_icon": "Icons\/icon.png", "default_popup": "EasyButton.html" }, "icons": { "16": "Icons\/icon.png", "48": "Icons\/easy button icon.png", "128": "Icons\/icon.png" }, "permissions": [], "background": [ { "js": [ "EasyButton.js" ] } ] } |