Simplifiedsearches

Simplify your search results. Get simple clean results at one click.

ما هو Simplifiedsearches؟

Simplifiedsearches هو إضافة Chrome تم تطويرها بواسطة simplifiedsearches19، والميزة الرئيسية لها هي "Simplify your search results. Get simple clean results at one click.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Simplifiedsearches

قم بتنزيل ملفات الامتداد Simplifiedsearches بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It is faster to use and you get all the top results. Its nice and simple.

By clicking "Add to chrome", you accept and agree to installing the SimplifiedSearches, Simplify your search results! Chrome extension and to setting Chrome: New Tab to that provided by the service and the Terms of Use and Privacy Policy.

http://simplifiedsearches.com
http://simplifiedsearches.com/term_condition.php
http://simplifiedsearches.com/privacy_policy.php                    

معلومات أساسية عن التمديد

الاسم Simplifiedsearches Simplifiedsearches
ID ojpnnijfpannokcmmimckbkpdjifidmh
عنوان URL الرسمي https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh
الوصف Simplify your search results. Get simple clean results at one click.
حجم الملف 124 KB
عدد التثبيتات 37
النسخة الحالية 1.2.1
آخر تحديث 2019-05-09
تاريخ النشر 2019-05-09
تقييم 5.00/5 مجموع تقييمات 7
المطور simplifiedsearches19
نوع الدفع free
موقع الإضافة http://simplifiedsearches.com/
عنوان صفحة المساعدة http://simplifiedsearches.com/contact_us.php
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplifiedsearches",
    "version": "1.2.1",
    "description": "Simplify your search results. Get simple clean results at one click.",
    "icons": {
        "128": "search.png"
    },
    "browser_action": {
        "default_title": "SIMPLIFIEDSEARCHES - Simplify your search results"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "simplifiedsearches.htm"
    }
}