Hello Tab
Hello Tab replaces your new tab page with random thoughts from others
Hello Tab क्या है?
Hello Tab https://hellotab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hello Tab replaces your new tab page with random thoughts from others"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hello Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
सहायता पृष्ठ URL | 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" ] } |