Fruumo - New Tab Page

Fruumo is a super powerful new tab page for chrome. For users of the old version of fruumo, you will be required to update to this…

Fruumo - New Tab Pageคืออะไร?

Fruumo - New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fruumo.com และคุณลักษณะหลักของมันคือ "Fruumo is a super powerful new tab page for chrome. For users of the old version of fruumo, you will be required to update to this…"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fruumo - New Tab Page

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

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

                        Fruumo is a super powerful new tab page for chrome.

For users of the old version of fruumo, you will be required to update to this new version by accepting the updated permissions. The updated permissions does not make fruumo send any data back to us, but instead are just in place to power all the new functions now available. All bugs mentioned in the bug reports have now been fixed in this version. 

A new place every hour.
We get you a new hand-picked wallpaper every hour. You'll be more travelled than your "world exploring best friend" before you know it!

Really powerful search.
Search the web, your bookmarks, your downloads and more right from fruumo search bar on your new tab page. You can change your default fruumo search engine from Fruumo's settings page.

Very very fast.
So quick, you'll miss it if you blink. It loads in less than 0.2 seconds. It uses almost 0 system resources while idling.

Oops. I closed that tab!
Never lose an important tab again! You can view all the tabs you recently closed in one click!

It also has other features such as:
App Management
View/modify downloads
Time & Date
Weather
Web search
And alot more


Report bugs @ https://chrome.google.com/webstore/support/npknnddabjhdijgmmbocdicnknegobkm#bug
Known Bugs : 
None

http://www.fruumo.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fruumo - New Tab Page Fruumo - New Tab Page
ID npknnddabjhdijgmmbocdicnknegobkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fruumo-new-tab-page/npknnddabjhdijgmmbocdicnknegobkm
คำอธิบาย Fruumo is a super powerful new tab page for chrome. For users of the old version of fruumo, you will be required to update to this…
ขนาดไฟล์ 959 KB
จำนวนการติดตั้ง 3,853
เวอร์ชันปัจจุบัน 2.2.7
อัปเดตครั้งล่าสุด 2019-06-01
วันที่เผยแพร่ 2019-06-01
คะแนน 4.15/5 รวมทั้งหมด 420 คะแนน
ผู้พัฒนา https://fruumo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.fruumo.com
ภาษาที่รองรับ en,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Fruumo",
    "manifest_version": 2,
    "version": "2.2.7",
    "offline_enabled": true,
    "background": {
        "scripts": [
            ".\/dist\/background.bundle.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "options_ui": {
        "page": "pages\/settings\/index.html",
        "chrome_style": true
    },
    "chrome_url_overrides": {
        "newtab": ".\/pages\/index\/index.html"
    },
    "icons": {
        "128": ".\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon.png"
        }
    },
    "permissions": [
        "chrome:\/\/favicon\/*",
        "",
        "https:\/\/www.google-analytics.com\/",
        "https:\/\/www.google.com\/s2\/favicons",
        "http:\/\/suggestqueries.google.com\/complete\/searcch",
        "tabs",
        "webNavigation",
        "sessions",
        "management",
        "history",
        "topSites",
        "bookmarks",
        "downloads",
        "storage",
        "unlimitedStorage",
        "background",
        "alarms"
    ],
    "default_locale": "en"
}