StartupTabs.com
The startup discovery engine. Startuptabs help you discover new startups with every tab you open.
StartupTabs.com क्या है?
StartupTabs.com https://www.startuptabs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The startup discovery engine. Startuptabs help you discover new startups with every tab you open."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StartupTabs.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |