StartupTabs.com

The startup discovery engine. Startuptabs help you discover new startups with every tab you open.

ما هو StartupTabs.com؟

StartupTabs.com هو إضافة Chrome تم تطويرها بواسطة https://www.startuptabs.com، والميزة الرئيسية لها هي "The startup discovery engine. Startuptabs help you discover new startups with every tab you open.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة StartupTabs.com

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

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

                        The startup discovery engine. Startuptabs helps you discover your startup! Fresh and exciting startups with every new tab.

Whats New!
* Big fix for windows users that prevented from installing the extension!
* Startup Portfolio Tracker! Track and get up to date news on your favorite startups
* Fixed bug causing same startup to appear over and over                    

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

الاسم StartupTabs.com StartupTabs.com
ID bknfklfehllgmnbmlhejjoalkimnikfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/startuptabscom/bknfklfehllgmnbmlhejjoalkimnikfc
الوصف The startup discovery engine. Startuptabs help you discover new startups with every tab you open.
حجم الملف 1.48 MB
عدد التثبيتات 354
النسخة الحالية 1.2.3
آخر تحديث 2016-02-25
تاريخ النشر 2016-02-24
تقييم 4.00/5 مجموع تقييمات 15
المطور https://www.startuptabs.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StartupTabs.com",
    "version": "1.2.3",
    "description": "The startup discovery engine. Startuptabs help you discover new startups with every tab you open.",
    "icons": {
        "48": "images\/startuptab_48.png",
        "128": "images\/startuptab_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "startuptab.html"
    },
    "browser_action": {
        "default_icon": "images\/startuptab_32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background-bundle.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/api.startuptabs.com\/",
        "http:\/\/dev-api.startuptabs.com\/",
        "tabs"
    ]
}