Weebly Site Detection
A small 'w' icon in your address bar lights up if you are on a Weebly site.
Was ist Weebly Site Detection?
Weebly Site Detection ist eine Chrome-Erweiterung, die von Weebly, Inc entwickelt wurde, und ihr Hauptmerkmal ist "A small 'w' icon in your address bar lights up if you are on a Weebly site.".
Erweiterungsscreenshots
Weebly Site Detection-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weebly Site Detection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This simple extension places a small "w" in your address bar if the site you are browsing is hosted on Weebly.
Grundlegende Informationen zur Erweiterung
Name | Weebly Site Detection |
ID | hafhilhhmfljhlgkcnpmkephidgbiman |
Offizielle URL | https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman |
Beschreibung | A small 'w' icon in your address bar lights up if you are on a Weebly site. |
Dateigröße | 15.67 KB |
Installationsanzahl | 991 |
Aktuelle Version | 1.2 |
Letztes Update | 2017-10-28 |
Veröffentlichungsdatum | 2017-10-27 |
Bewertung | 4.92/5 Insgesamt 12 Bewertungen |
Entwickler | Weebly, Inc |
Zahlungsart | free |
Erweiterungswebsite | http://www.weebly.com/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weebly Site Detection", "version": "1.2", "description": "A small 'w' icon in your address bar lights up if you are on a Weebly site.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon_24.png", "default_title": "It's a Weebly site!" }, "permissions": [ "tabs", "http:\/\/www.weebly.com\/" ], "icons": { "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } |