Swiss Quality Seal
When surfing a .CH domain, a swiss flag is displayed in the address bar.
Swiss Quality Sealคืออะไร?
Swiss Quality Seal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fahrvergnuegen.com และคุณลักษณะหลักของมันคือ "When surfing a .CH domain, a swiss flag is displayed in the address bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swiss Quality Seal
ดาวน์โหลดไฟล์ส่วนขยาย Swiss Quality Seal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Whenever you are surfing on a .CH domain, the national flag of Switzerland will be displayed in your address bar to indicate that you are surfing a swiss quality website. Future versions of this extensions will determine through IP geolocation whether this site is hosted in switzerland or not. Please check out the mouseover effect when hoovering over the icon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fjaeoecmenpfgddnfjimdacbfpdjmfpo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/swiss-quality-seal/fjaeoecmenpfgddnfjimdacbfpdjmfpo |
คำอธิบาย | When surfing a .CH domain, a swiss flag is displayed in the address bar. |
ขนาดไฟล์ | 4.33 KB |
จำนวนการติดตั้ง | 55 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2013-04-11 |
วันที่เผยแพร่ | 2013-04-11 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://fahrvergnuegen.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "page_action": { "default_icon": "icon-19.png", "default_title": "Congratulation! Your are surfing a Swiss Quality Site.\n(Only genuine with K\u00fcapfl\u00e4ttra dra!)" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "When surfing a .CH domain, a swiss flag is displayed in the address bar.", "background": { "scripts": [ "background.js" ] }, "name": "Swiss Quality Seal", "permissions": [ "tabs" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "version": "1.0.1" } |