Frisk - NewTab

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

Frisk - NewTabคืออะไร?

Frisk - NewTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harsh Bhatia และคุณลักษณะหลักของมันคือ "Access complete browser from NewTab searchbar. Slick and clean UI increases Productivity."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Frisk - NewTab

ดาวน์โหลดไฟล์ส่วนขยาย Frisk - NewTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}