Startup Erector
Startup Erector
Τι είναι το Startup Erector;
Το Startup Erector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://startup-erector.com, και η κύρια λειτουργία του είναι "Startup Erector".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Startup Erector
Λήψη αρχείων επέκτασης Startup Erector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |