Hello Tab

Hello Tab replaces your new tab page with random thoughts from others

ما هو Hello Tab؟

Hello Tab هو إضافة Chrome تم تطويرها بواسطة https://hellotab.com، والميزة الرئيسية لها هي "Hello Tab replaces your new tab page with random thoughts from others".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hello Tab

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

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

                        Use this chrome extension to anonymously share a thought or simply get inspired by others thoughts every time you open a new tab (cmd+T).

Share whatever is on your mind, as long as it's less than 200 characters.

Want to use more than one new-tab-extension at once? Check out "Cycle Tab" (http://cycletab.rocks) on the chrome store!                    

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

الاسم Hello Tab Hello Tab
ID nimdmcfjenibfldkceoegchnicmfagfb
عنوان URL الرسمي https://chromewebstore.google.com/detail/hello-tab/nimdmcfjenibfldkceoegchnicmfagfb
الوصف Hello Tab replaces your new tab page with random thoughts from others
حجم الملف 124 KB
عدد التثبيتات 434
النسخة الحالية 1.3.6
آخر تحديث 2015-09-27
تاريخ النشر 2015-09-27
تقييم 4.60/5 مجموع تقييمات 20
المطور https://hellotab.com
نوع الدفع free
موقع الإضافة https://hellotab.com
عنوان صفحة المساعدة https://hellotab.com#faq
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hello Tab",
    "description": "Hello Tab replaces your new tab page with random thoughts from others",
    "version": "1.3.6",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/hellotab.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "newtab.html"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "https:\/\/hellotab.com\/",
        "storage"
    ]
}