Funda Vertaler
Brengt de fun terug in Funda!
Funda Vertalerคืออะไร?
Funda Vertaler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Laurens Winkelhagen และคุณลักษณะหลักของมันคือ "Brengt de fun terug in Funda!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Funda Vertaler
ดาวน์โหลดไฟล์ส่วนขยาย Funda Vertaler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* The real state of the real estate! Makelaarstaal kan zo typisch zijn; altijd zijn het royale kamers en een populaire wijk, terwijl iedereen wel weet dat die kamers gewoon ongezellig zijn, en de wijk duur! Deze extension helpt je! Automatisch voert hij allerlei kleine vertalingen door, die altijd nodig zijn wanneer je op funda.nl naar huizen aan het kijken bent. Ik hoop dat je veel plezier zult hebben van deze funda / makelaarstaal-parodie! * Puts the Fun back in Funda!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Funda Vertaler |
ID | ojacaigpgflgoibdmlgigaakohhojbpg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/funda-vertaler/ojacaigpgflgoibdmlgigaakohhojbpg |
คำอธิบาย | Brengt de fun terug in Funda! |
ขนาดไฟล์ | 95.14 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 0.2.4 |
อัปเดตครั้งล่าสุด | 2023-03-21 |
วันที่เผยแพร่ | 2013-11-29 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Laurens Winkelhagen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,nl |
manifest.json | |
{ "author": "Laurens Winkelhagen", "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "all_frames": false, "js": [ "jquery.js", "jquery.ba-replacetext.js", "contentscript.js" ], "matches": [ "http:\/\/*.funda.nl\/*", "https:\/\/*.funda.nl\/*" ], "run_at": "document_idle" } ], "default_locale": "nl", "description": "__MSG_appDesc__", "icons": { "128": "1350124753_house_128.png", "48": "1350124753_house.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZHZe5Asbie5vBiKmLeft+7BuMZnld2v8iMQz6Trw82G3b+QqgU1GydsOIsV\/dIDBp8U93vJ1i4IzABZassXwv7rH76ha2zFrH\/CZw3RwJsLpJ6A9uG5CWC8a3CYHR\/eFritHFc\/GfmNagXDK9+FHHFkMlSHfz704krvavsae+uwIDAQAB", "manifest_version": 3, "minimum_chrome_version": "91", "name": "__MSG_appName__", "options_page": "options.html", "action": { "default_icon": { "16": "1350124761_house.png", "48": "1350124753_house.png" }, "default_title": "Vertaal makelaarstaal!" }, "permissions": [ "storage", "declarativeContent" ], "short_name": "Funtaler", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.4" } |