Simplifiedsearches

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

Simplifiedsearches là gì?

Simplifiedsearches là một tiện ích mở rộng Chrome được phát triển bởi simplifiedsearches19, và tính năng chính của nó là "Simplify your search results. Get simple clean results at one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simplifiedsearches

Tải xuống các tệp mở rộng Simplifiedsearches dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simplifiedsearches Simplifiedsearches
ID ojpnnijfpannokcmmimckbkpdjifidmh
URL Chính Thức https://chromewebstore.google.com/detail/simplifiedsearches/ojpnnijfpannokcmmimckbkpdjifidmh
Mô tả Simplify your search results. Get simple clean results at one click.
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2019-05-09
Ngày Phát Hành 2019-05-09
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển simplifiedsearches19
Loại Thanh Toán free
Trang Web Mở Rộng http://simplifiedsearches.com/
URL Trang Trợ Giúp http://simplifiedsearches.com/contact_us.php
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}