Frisk - NewTab

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

Frisk - NewTab란 무엇입니까?

Frisk - NewTab은(는) Harsh Bhatia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access complete browser from NewTab searchbar. Slick and clean UI increases Productivity."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Frisk - NewTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Frisk - NewTab Frisk - NewTab
ID liolgaamigaaandlgolhjkghndfbckna
공식 URL https://chromewebstore.google.com/detail/frisk-newtab/liolgaamigaaandlgolhjkghndfbckna
설명 Access complete browser from NewTab searchbar. Slick and clean UI increases Productivity.
파일 크기 338 KB
설치 횟수 64
현재 버전 0.4.2
최근 업데이트 2016-10-10
출시 날짜 2016-10-10
평점 3.50/5 총 2 개의 평점
개발자 Harsh Bhatia
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://www.harshbhatia.net/
지원되는 언어 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
}