iFree

iFree it's a replace for new tab page with lot of abilities, and it's reproduce iGoogle™ service functionality!

iFree là gì?

iFree là một tiện ích mở rộng Chrome được phát triển bởi https://ext-google.com, và tính năng chính của nó là "iFree it's a replace for new tab page with lot of abilities, and it's reproduce iGoogle™ service functionality!".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        The iFree project is an extension for Google Chrome™ browser that recreates functional service iGoogle™ inside your new tab, and much ..., much more possibilities! :)

Features:
1) Manage Apps
2) Manage History
3) Manage a most frequently visited pages and add your own
4) Search with suggestions and voice input
5) Manage widgets (add, delete, move, collapse, expand)
6) All the widgets are updated regardless of extension
7) Now data in widgets will be sync between your PC's

Widgets available: GMail, Calculator, Google calendar, Clock, Weather, Google News, Note, VKontakte chat, Colorjunction (game), Daily horoscope

What's new in version 1.2.12:
- code refactoring and change many logic aspects
- port extension to FireFox

What's new in version 1.2.10:
- Fix search drop down problem
- Fix search selection from drop down
- Fix wallpaper button css
- Fix content script logic
- Fix save data logic
- Fix ads showing problem
- And many fixes in code

What's new in version 1.2.9:
- Fix CSP problems after Google Chrome v.69 update

What's new in version 1.2.8:
- Fix problem with Google authorization
- Improve loading speed

What's new in version 1.2.7:
- Fix problem with not working voice search

What's new in version 1.2.6:
- Fix problem with not showed dialogs (some times)

What's new in version 1.2.5:
- Fix problem with GMail widget

What's new in version 1.2.4:
- Fix problem after obfuscation (now info dialogs (mail to developer and donate) shows correct)

What's new in version 1.2.3:
- Fix bug with moving widgets (some times widgets goes invisible, and after that user can't add new widgets)

What's new in version 1.2.1:
- Fix bug with moving widgets

What's new in version 1.2:
1) Added expanding / collapsing widgets
2) Added the ability to restore the deleted frequently visited pages
3) Added search in history
4) Ability to clear the history
5) Improved search
6) Changed voice input
7) Fixed a glitch with fonts on frequently visited pages
8) Faster load page
9) A huge number of fixes bugs

Enjoy , hope you like it :)

Links to resources:
Chrome Store - https://chrome.google.com/webstore/detail/cebbbnggigbohceblkkkmojbkeejbapd
Google+ - https://plus.google.com/+Extgoogle_egoogle/posts
Facebook - https://www.facebook.com/extgoogle
e-mail - [email protected]

P.S.
If you really like it, support the project, make a donation to help the developer :) And so you can write about mistakes, wishes and ideas directly from the extension (lower left corner).                    

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

Tên iFree iFree
ID cebbbnggigbohceblkkkmojbkeejbapd
URL Chính Thức https://chrome.google.com/webstore/detail/ifree/cebbbnggigbohceblkkkmojbkeejbapd
Mô tả iFree it's a replace for new tab page with lot of abilities, and it's reproduce iGoogle™ service functionality!
Kích Thước Tệp 673 KB
Số Lần Cài Đặt 464
Phiên Bản Hiện Tại 1.2.122
Cập Nhật Lần Cuối 2020-10-08
Ngày Phát Hành 2019-06-13
Đánh Giá 3.48/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://ext-google.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ext-google.com/
URL Trang Trợ Giúp https://plus.google.com/+Extgoogle_egoogle/posts
URL Trang Chính Sách Bảo Mật https://ext-google.com/about.html
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iFree",
    "short_name": "__MSG_extShortName__",
    "version": "1.2.122",
    "description": "__MSG_extDesc__",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "images\/favicon16.png",
        "48": "images\/favicon48.png",
        "128": "images\/favicon128.png"
    },
    "permissions": [
        "storage",
        "history",
        "tabs",
        "topSites",
        "management",
        "unlimitedStorage",
        "identity",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "key",
        "cs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com https:\/\/*.gstatic.com https:\/\/*.google.com https:\/\/ext-google.com; object-src 'self' https:\/\/*.google.com",
    "oauth2": {
        "client_id": "1000442722034-u50uosq94sbfm5b2s4ja45kg1lth8mnh.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile",
            "openid"
        ]
    },
    "default_locale": "en",
    "manifest_version": 2
}