Homy New Tab

A pleasant-looking New Tab page for chrome - Open Source

Homy New Tab란 무엇입니까?

Homy New Tab은(는) Jean Ponchon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A pleasant-looking New Tab page for chrome - Open Source"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Homy New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Homy is a very stylish New Tab page for chrome. A periodic table for your most used bookmarks.

---------------------------------------------------------
Features:
---------------------------------------------------------

 - Create and edit bookmark from any page.
 - Edit the background colors (with transparency effect)
 - Organize bookmark using drag and drop. 
 - Automatic synchronisation using Chrome Sync
 - Configuration: Import & export to JSON of bookmark and configurations


---------------------------------------------------------
An open source project:
---------------------------------------------------------

This is an open-source project (MIT License):
 - Feel free to read the source & to contribute (https://github.com/nopnop/homy)
 - No information won't ever be collected about you, your bookmark, etc. Homy only keep anonymous statistics on this extension usage.


---------------------------------------------------------
Tips:
---------------------------------------------------------

- With the square bracket prefix, you can define manually the short name to display into the card. Expl: "[G+] Google+" to display "G+" as short name.                    

확장 프로그램 기본 정보

이름 Homy New Tab Homy New Tab
ID eajaeileaclcpndophckgocghohgbiaf
공식 URL https://chromewebstore.google.com/detail/homy-new-tab/eajaeileaclcpndophckgocghohgbiaf
설명 A pleasant-looking New Tab page for chrome - Open Source
파일 크기 539 KB
설치 횟수 111
현재 버전 0.1.6
최근 업데이트 2013-11-03
출시 날짜 2013-11-03
평점 3.88/5 총 8 개의 평점
개발자 Jean Ponchon
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/nopnop/homy
도움말 페이지 URL https://github.com/nopnop/homy/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Homy New Tab",
    "short_name": "Homy",
    "minimum_chrome_version": "28.0",
    "description": "A pleasant-looking New Tab page for chrome - Open Source",
    "version": "0.1.6",
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "app\/assets\/images\/homy_16_on.png",
        "48": "app\/assets\/images\/homy_48_on.png",
        "128": "app\/assets\/images\/homy_128_on.png"
    },
    "background": {
        "scripts": [
            "app\/debounce.js",
            "app\/background.js",
            "app\/asyncTracking.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "app\/views\/homy.html"
    },
    "page_action": {
        "default_icon": {
            "19": "app\/assets\/images\/homy_19_off.png",
            "38": "app\/assets\/images\/homy_38_off.png"
        },
        "default_title": "Add bookmark to Homy",
        "default_popup": "app\/views\/addpopup.html"
    }
}