Tesla Forum Search
Lets you search the forums on TeslaMotors.com
Τι είναι το Tesla Forum Search;
Το Tesla Forum Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shaneosullivan1, και η κύρια λειτουργία του είναι "Lets you search the forums on TeslaMotors.com".
Λήψη αρχείου CRX της επέκτασης Tesla Forum Search
Λήψη αρχείων επέκτασης Tesla Forum Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This Chrome extension searches the Tesla Model S forum on teslamotors.com. Until Tesla provide a search feature for their forums, this is more or less the only way to search the forum posts effectively. If you are a Tesla Model S owner and logged in, this tool can also search private forum posts.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ejeomehgfbgdeefpjnpbpiopckcebnin |
Επίσημο URL | https://chrome.google.com/webstore/detail/tesla-forum-search/ejeomehgfbgdeefpjnpbpiopckcebnin |
Περιγραφή | Lets you search the forums on TeslaMotors.com |
Μέγεθος Αρχείου | 12.04 KB |
Αριθμός Εγκαταστάσεων | 156 |
Τρέχουσα Έκδοση | 0.6 |
Τελευταία Ενημέρωση | 2013-08-25 |
Ημερομηνία Δημοσίευσης | 2013-08-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | shaneosullivan1 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.maskmail.net/privacy_policy |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tesla Forum Search", "version": "0.6", "description": "Lets you search the forums on TeslaMotors.com", "permissions": [ "tabs", "storage", "http:\/\/www.teslamotors.com\/", "http:\/\/teslamotors.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "db.js", "pageFetcher.js", "crawler.js", "background.js" ], "persistent": true } } |