Frisk - NewTab

Access complete browser from NewTab searchbar. Slick and clean UI increases Productivity.

Frisk - NewTab là gì?

Frisk - NewTab là một tiện ích mở rộng Chrome được phát triển bởi Harsh Bhatia, và tính năng chính của nó là "Access complete browser from NewTab searchbar. Slick and clean UI increases Productivity.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Frisk - NewTab 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

                        FRISK - CHOME EXTENSION 

A new tab page replacement for the chrome browser.
New with this version:
New UI with unified search bar for faster access.

search and access History, Bookmarks, Apps/extension from new tab.
Visit www.harshbhatia.net for more and drop us a line at on Twitter. It's Free. :)

It's User friendly design and fast interaction helps you increase your productivity and gives you access to many features of browser within your visible tab.
Disclaimer:
Frisk New Tab & the materials on Frisk New Tabs's are provided "as is". Frisk New Tab makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, Frisk New Tab does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on extension or otherwise relating to such materials or on any sites linked to this.                    

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

Tên Frisk - NewTab Frisk - NewTab
ID liolgaamigaaandlgolhjkghndfbckna
URL Chính Thức https://chromewebstore.google.com/detail/frisk-newtab/liolgaamigaaandlgolhjkghndfbckna
Mô tả Access complete browser from NewTab searchbar. Slick and clean UI increases Productivity.
Kích Thước Tệp 338 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2016-10-10
Ngày Phát Hành 2016-10-10
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Harsh Bhatia
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.harshbhatia.net/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Frisk - NewTab",
    "short_name": "Frisk",
    "version": "0.4.2",
    "incognito": "split",
    "description": "Access complete browser from NewTab searchbar. Slick and clean UI increases Productivity.",
    "chrome_url_overrides": {
        "newtab": "Index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/constant.min.js",
                "js\/notepad.js"
            ]
        }
    ],
    "permissions": [
        "management",
        "topSites",
        "bookmarks",
        "history"
    ],
    "optional_permissions": [
        "tabs",
        "topSites",
        "management",
        "bookmarks",
        "history"
    ],
    "icons": {
        "16": "images\/icons\/Frisk_16.png",
        "48": "images\/icons\/Frisk_48.png",
        "128": "images\/icons\/Frisk_128.png"
    },
    "web_accessible_resources": [
        "images\/icons",
        "images\/icons\/heart1.png",
        "images\/icons\/apps.png",
        "images\/icons\/pen.png",
        "images\/icons\/pencil.png",
        "images\/icons\/hold.png",
        "images\/icons\/history.png",
        "images\/icons\/cross.png",
        "images\/icons\/settings.png",
        "images\/icons\/start.png"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/Frisk_19.png",
            "38": "images\/icons\/Frisk_48.png"
        },
        "default_title": "Frisk - NewTab",
        "default_popup": "popup.html"
    },
    "author": "Harsh Bhatia",
    "manifest_version": 2
}