Bigoloo - An efficient browsing experience

All the features you need that makes your web browsing enjoyable and productive

Bigoloo - An efficient browsing experience란 무엇입니까?

Bigoloo - An efficient browsing experience은(는) http://bigoloo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All the features you need that makes your web browsing enjoyable and productive"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Bigoloo - An efficient browsing experience 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension enhance your daily browsing experience, while providing with different useful features.

By clicking "Add to chrome", I accept and agree to installing "Bigoloo - An efficient browsing experience" extension and setting new tab search to that provided by the service and the Terms of Use and Privacy Policy. search results will be powered by Bing.

Features: 

* Customizable backgrounds images from "Unsplash". Simply click on the "Change Background" button on the bottom left and get a different background image from a wide range provided by Unsplash website. 

* Music Players integrated with SoundCloud and YouTube. Choose your favorite player from the menu button on the bottom right and start creating your playlist with your top songs and videos

* Sticky Notes: Click on the sticky notes on the menu button on the bottom right and start creating your sticky notes. The settings buttons on the sticky notes allows you to change color, set a reminder to alert you about the event you mentioned in the sticky note, edit or delete the note. If you accidentally delete a sticky note, you can use the recovery option to bring it back

* Quickly check the time with the local time feature. The clock is automatically set to your local time and date

* Use the calendar to add events and set time reminders. You can choose to display the event as a sticky note or just save it in the calendar. Open the calendar from the clock widget and organize your schedule with important events.

* Get the latest weather information for any city or country in the world.
The weather widget is set automatically to your local weather data. Choose your default set as Fahrenheit or Celsius and explore the weather of your desired locations around to world.

* Adjust your desktop view by using the settings button to show or hide any features.

* Create a tile for your favorite websites to easily access them with a single click.

Disclaimer:
* By clicking "Add to chrome", I accept and agree to installing "Bigoloo - An efficient browsing experience" extension and setting new tab search to that provided by the service and the Terms of Use and Privacy Policy. search results will be powered by Bing.

* This extension includes affiliate links. If you click on a tile link, you will be directed to a third party service through a referral link

Privacy policy: https://bigoloo.com/privacy
Terms and conditions: https://bigoloo.com/terms                    

확장 프로그램 기본 정보

이름 Bigoloo - An efficient browsing experience Bigoloo - An efficient browsing experience
ID inlelgfoolcpepgnmnmdnpldekbheigj
공식 URL https://chrome.google.com/webstore/detail/bigoloo-an-efficient-brow/inlelgfoolcpepgnmnmdnpldekbheigj
설명 All the features you need that makes your web browsing enjoyable and productive
파일 크기 1.32 MB
설치 횟수 28,315
현재 버전 1.14
최근 업데이트 2023-05-25
출시 날짜 2022-04-19
평점 4.48/5 총 40 개의 평점
개발자 http://bigoloo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bigoloo.com
개인정보 보호 정책 페이지 URL https://axeite.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bigoloo - An efficient browsing experience",
    "version": "1.14",
    "description": "All the features you need that makes your web browsing enjoyable and productive",
    "manifest_version": 3,
    "author": "Bigoloo",
    "chrome_url_overrides": {
        "newtab": ".\/src\/index.html"
    },
    "action": {
        "default_icon": "static\/favicon\/bigoloo.png"
    },
    "icons": {
        "16": "static\/favicon\/bigoloo.png",
        "32": "static\/favicon\/bigoloo.png",
        "42": "static\/favicon\/bigoloo.png",
        "128": "static\/favicon\/bigoloo.png"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/bigoloo.com\/*",
        "*:\/\/*.bigoloo.com\/*",
        "*:\/\/*.spotify.com\/*",
        "*:\/\/localhost\/*",
        "*:\/\/*.bigoloo.com\/api\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": ".\/src\/background.js"
    }
}