Homely

A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.

Что такое Homely?

Homely - это расширение Chrome, разработанное https://terrance.allofti.me, и его основная функция - "A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Homely

Скачайте файлы расширений Homely в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Please note that submitting feedback on the Chrome Web Store doesn't notify the developer, so it may be a while before your message is found here.  If you want to report a problem, please use the GitHub issue tracker: https://github.com/Terrance/Homely

---

Homely is a fast and light New Tab page replacement, with a focus on providing quick access to links, bookmarks and history from a centralised location.

The main links page can be built up using a number of blocks, containing simple button shortcuts, or dropdown menus with rich collections of links.  Editing the page can be done visually with the built-in editor, or coded manually in JSON.

A lightweight bookmarks browser is included, providing fast navigation through all folders in the bookmarks tree.  A history dropdown in the top corner shows recently accessed pages for quick retrieval.

The settings panel provides a number of options for tweaking the page, including custom backgrounds and fonts, enabling/disabling features, and adding custom CSS code.

---

v1.8.0 (16/02/2024):
* updated to satisfy Chrome's upcoming Manifest v3 requirement
* added Trello as a notification provider

v1.7.2 (29/04/2019):
* fixes for file:// and chrome:// URLs
* added Twitter as a notification provider
* fixed long text wrapping on link buttons
* codebase compatibility with Firefox WebExtensions

v1.7.1 (16/07/2016):
* updated retrieval of Facebook notifications
* slightly better icon choices
* improved colour picker for buttons

v1.7 (30/12/2015):
* new shopping cart counter
* initial support for Amazon, eBay, Steam
* minor UI improvements

v1.6 (17/10/2015):
* invitations notification for LinkedIn
* added dark panel style
* custom link button CSS option
* disable weather whilst incognito

v1.5.4 (17/08/2015):
* fix Steam notifications for website changes

v1.5.3 (02/08/2015):
* added LinkedIn to notifications
* split Steam notifications by type
* fix for timer label display

v1.5.2 (09/10/2014):
* easier settings import/export
* use official Reddit SSL domain
* weather unit option

v1.5.1 (22/05/2014):
* fixed links merging with defaults
* slightly improved help text
* notepad save status indicator

v1.5 (21/05/2014):
* all permissions now optional
* added Reddit to notifications
* additional keyboard shortcuts
* minor visual/UI tweaks

v1.4.1 (25/04/2014):
* Chrome apps menu
* hide top bar labels
* fixed bugs with notepad and timer

v1.4 (24/04/2014):
* weather widget
* notepad widget
* bookmarks search
* links editing improvements

v1.3 (02/04/2014):
* clock, timer and stopwatch options
* rewritten notifications system
* added TickTick to notifications
* middle-click bookmarks folders to open all

v1.2.1 (31/03/2014):
* fixed bugs when cancelling after revoking permissions

v1.2 (31/03/2014):
* switch to Chrome extension storage
* omnibox link search
* notification widget (Facebook, GitHub, Gmail, Outlook)
* IP address / proxy status widget
* more layout and style options

v1.1 (28/03/2014):
* drag-and-drop block reordering
* bookmark grouping
* keyboard shortcuts
* icons everywhere

v1.0 (26/03/2014):
* customizable links page
* visual and JSON links editors
* lightweight bookmarks browser
* quick history access
* custom backgrounds, fonts
* custom CSS editor

Full changelog: http://git.io/sxNmvw                    

Основная информация о расширении

Название Homely Homely
ID fplghnonomhbnlhdnmjpipoomkjdpeim
Официальный URL https://chromewebstore.google.com/detail/homely/fplghnonomhbnlhdnmjpipoomkjdpeim
Описание A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.
Размер файла 892 KB
Количество установок 4,000
Текущая Версия 1.8.0
Последнее Обновление 2024-02-23
Дата публикации 2019-04-29
Рейтинг 4.73/5 Всего 64 оценок
Разработчик https://terrance.allofti.me
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://terrance.allofti.me
URL страницы помощи https://github.com/Terrance/Homely
URL страницы политики конфиденциальности https://terrance.allofti.me/chrome-extension-privacy.html
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homely",
    "short_name": "Homely",
    "description": "A custom New Tab page, providing a quick, customizable layout of links and menus, as well as simple bookmark and history components.",
    "version": "1.8.0",
    "author": "Terrance",
    "homepage_url": "https:\/\/github.com\/Terrance\/Homely",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "res\/html\/homely.html"
    },
    "omnibox": {
        "keyword": "hl"
    },
    "background": {
        "service_worker": "res\/js\/background.js"
    },
    "permissions": [
        "fontSettings",
        "storage"
    ],
    "optional_permissions": [
        "bookmarks",
        "history",
        "management"
    ],
    "optional_host_permissions": [
        "https:\/\/www.amazon.co.uk\/",
        "https:\/\/www.amazon.com\/",
        "http:\/\/cart.payments.ebay.co.uk\/",
        "https:\/\/www.facebook.com\/",
        "https:\/\/m.facebook.com\/",
        "https:\/\/github.com\/",
        "https:\/\/accounts.google.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/www.linkedin.com\/",
        "https:\/\/login.live.com\/",
        "https:\/\/*.mail.live.com\/",
        "https:\/\/www.reddit.com\/",
        "https:\/\/steamcommunity.com\/",
        "https:\/\/store.steampowered.com\/",
        "https:\/\/ticktick.com\/",
        "https:\/\/trello.com\/",
        "https:\/\/twitter.com\/",
        "http:\/\/api.openweathermap.org\/",
        "http:\/\/www.whatismyproxy.com\/"
    ],
    "icons": {
        "16": "res\/img\/icon-16.png",
        "48": "res\/img\/logo-48.png",
        "128": "res\/img\/logo-128.png"
    },
    "manifest_version": 3
}