Swiss Quality Seal
When surfing a .CH domain, a swiss flag is displayed in the address bar.
Swiss Quality Seal क्या है?
Swiss Quality Seal https://fahrvergnuegen.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When surfing a .CH domain, a swiss flag is displayed in the address bar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Swiss Quality Seal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |