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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } } |