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文件

下載Pets on Chrome New Tab - Glimey擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": []
        }
    ]
}