Pets on Chrome New Tab - Glimey

Turn your new tab into a place for cats, dogs and others pets. Yes to pets in a new tab, no blank new tab. Bookmarks and Shortcuts

Pets on Chrome New Tab - Glimey란 무엇입니까?

Pets on Chrome New Tab - Glimey은(는) https://myblimey.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn your new tab into a place for cats, dogs and others pets. Yes to pets in a new tab, no blank new tab. Bookmarks and Shortcuts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Pets on Chrome New Tab - Glimey 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Let's meet - Glimey

Most of us are turning into zombies, spending most of our days (and nights) glued to the screen. You really can’t use the Internet without a browser. Why not make it look awesome, at least homepage?

Glimey is a cool little extension that will change your Google’s homepage background with some amazing pets.

Your new expansion with tons of cool pets and more to create a special atmosphere every time you open a chrome new tab. Each character is unique in their style and mood. Someone is nice and makes you smile with their appearance, someone is always ready to jump out of the monitor to you and settle down on your knees. And someone is always on the alert, protecting your mood and following you from tab to new tab.

We tried to make your usual opening of a new tab as interesting as possible. Not only pets will accompany you, but also a lot of interesting and sometimes unusual items. Such combinations in ordinary life you hardly met.

Meet New Tab Cats, New Tab Dogs, New Tab Monster and a lot of others Chrome New tab Pets on your screen!

Glimey new tab & homepage Chrome extension provides the best productivity, tools, features, customizations & personalization options.

Thought this was all? Not! Each pet will be on an eye-pleasing coloured background, and with the onset of the night, magic can await yours, you just need to wait for a certain moment.

Some main Glimey's features:

- Lots of pets and characters for you in a new tab
- Lots of items to create a special mood in the new tab
- Dark and light theme
- Convenient search bar, you can still make your requests, as in the usual Google Chrome new tab
- Shortcuts are in place too. Create and edit access to your favourite sites

and much more you can not imagine to explore ... just use Glimey for a long time, you won't be disappointed

Each character is created to be your faithful assistant and each tabby cat or other pet will appear before you as soon as you open a new tab for chrome.

We will constantly update and add new heroes, and items, as well as a lot of interesting things and delight you with a Google Chrome new tab - Glimey every day.

If you liked the extension, do not forget to put 5 stars, the tabby cat will appreciate it :)                    

확장 프로그램 기본 정보

이름 Pets on Chrome New Tab - Glimey Pets on Chrome New Tab - Glimey
ID codnemgfecjejpapoegjkpdjdgbognaa
공식 URL https://chromewebstore.google.com/detail/pets-on-chrome-new-tab-gl/codnemgfecjejpapoegjkpdjdgbognaa
설명 Turn your new tab into a place for cats, dogs and others pets. Yes to pets in a new tab, no blank new tab. Bookmarks and Shortcuts
파일 크기 130 KB
설치 횟수 3,328
현재 버전 1.0.5
최근 업데이트 2023-08-30
출시 날짜 2022-08-02
평점 4.00/5 총 8 개의 평점
개발자 https://myblimey.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://myblimey.com
개인정보 보호 정책 페이지 URL https://myblimey.com/privacy
지원되는 언어 id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.0.5",
    "name": "__MSG_name__",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/myblimey.com\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "128.png",
                "64.png",
                "32.png"
            ],
            "matches": []
        }
    ]
}