Second Home

You can regist another favorite web site as second home and open it with one click.

ما هو Second Home؟

Second Home هو إضافة Chrome تم تطويرها بواسطة Naoki Tanimura، والميزة الرئيسية لها هي "You can regist another favorite web site as second home and open it with one click.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Second Home

قم بتنزيل ملفات الامتداد Second Home بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Second Home browser extension provides you second home url besides home url.
You can regist another favorite web site as second home and open it with one click.

Second Home was developed by Naoki Tanimura.
http://naokitanimura.wordpress.com/                    

معلومات أساسية عن التمديد

الاسم Second Home Second Home
ID pmmemlnpjmfkcddknibchodllhnnidlp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/second-home/pmmemlnpjmfkcddknibchodllhnnidlp
الوصف You can regist another favorite web site as second home and open it with one click.
حجم الملف 24.58 KB
عدد التثبيتات 7,000
النسخة الحالية 1.0.0
آخر تحديث 2013-10-10
تاريخ النشر 2013-10-10
تقييم 3.00/5 مجموع تقييمات 5
المطور Naoki Tanimura
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Second Home",
    "version": "1.0.0",
    "description": "You can regist another favorite web site as second home and open it with one click.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Second Home"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}