Homy New Tab
A pleasant-looking New Tab page for chrome - Open Source
Homy New Tabคืออะไร?
Homy New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jean Ponchon และคุณลักษณะหลักของมันคือ "A pleasant-looking New Tab page for chrome - Open Source"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Homy New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Homy New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        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.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| 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"
    }
}  |  |