Simplify it!
Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.
ما هو Simplify it!؟
Simplify it! هو إضافة Chrome تم تطويرها بواسطة Nate، والميزة الرئيسية لها هي "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simplify it!
قم بتنزيل ملفات الامتداد Simplify it! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin simplifies web pages and mutes annoying videos to allow for easier viewing of articles. Navigate to a page or article you would like to read and simply click the yellow 'S' to simplify a page. Click it again to undo. Work in Progress!
معلومات أساسية عن التمديد
الاسم | Simplify it! |
ID | fcmiopamalpkecdfjfkmmdlojjhdjfim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simplify-it/fcmiopamalpkecdfjfkmmdlojjhdjfim |
الوصف | Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo. |
حجم الملف | 1.24 MB |
عدد التثبيتات | 1,419 |
النسخة الحالية | 2.5 |
آخر تحديث | 2021-11-28 |
تاريخ النشر | 2019-04-30 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | Nate |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplify it!", "short_name": "Simplify!", "description": "Simplifies web pages and mutes annoying videos. Click the Yellow 'S' to simplify a page. Click it again to undo.", "version": "2.5", "author": "Nate", "manifest_version": 2, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Simplify the Page." }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } } |