Startup Erector
Startup Erector
Startup Erector क्या है?
Startup Erector http://startup-erector.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Startup Erector"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Startup Erector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Growth Hacking Tool is a versatile utility designed to find out the very webpages among Google search results that contain any of the comment boxes given below: - Facebook - Discuss - Twitter - Decomment - Livefyre - Vkontakte - Google+ - Cackle - Intense debate - 20+ internal comment systems In addition, it has got a bunch of nice features such as enhanced comment editor and automatic scrolling to comment area.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jhjpkhmabonceielclcmfnilccaemoap |
आधिकारिक URL | https://chrome.google.com/webstore/detail/startup-erector/jhjpkhmabonceielclcmfnilccaemoap |
विवरण | Startup Erector |
फ़ाइल का आकार | 51.31 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 0.0.17 |
अंतिम अपडेट | 2016-11-19 |
प्रकाशन तिथि | 2016-11-19 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | http://startup-erector.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Startup Erector", "version": "0.0.17", "manifest_version": 2, "description": "Startup Erector", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "background", "storage", "activeTab", "tabs" ], "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*:\/\/*.google.*\/*" ], "js": [ "scripts\/contentscript-all.js" ], "run_at": "document_start", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/*" ], "js": [ "scripts\/contentscript-google.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "images\/icon-128.png", "38": "images\/icon-128.png" }, "default_title": "Startup Erector", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/banana.png", "images\/icon-128.png", "images\/icon-19.png", "images\/loading-38.svg", "images\/loading-19.svg", "images\/disable-38.png", "images\/disable-19.png" ] } |