Weebly Site Detection
A small 'w' icon in your address bar lights up if you are on a Weebly site.
Wat is Weebly Site Detection?
Weebly Site Detection is een Chrome-extensie ontwikkeld door Weebly, Inc, en de belangrijkste functie is "A small 'w' icon in your address bar lights up if you are on a Weebly site.".
Extensie Screenshots
Download het CRX-bestand van de extensie Weebly Site Detection
Download Weebly Site Detection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This simple extension places a small "w" in your address bar if the site you are browsing is hosted on Weebly. Basisinformatie over de Extensie
| Naam | |
| ID | hafhilhhmfljhlgkcnpmkephidgbiman |
| Officiële URL | https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman |
| Beschrijving | A small 'w' icon in your address bar lights up if you are on a Weebly site. |
| Bestandsgrootte | 15.67 KB |
| Aantal Installaties | 991 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2017-10-28 |
| Publicatiedatum | 2017-10-27 |
| Beoordeling | 4.92/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | Weebly, Inc |
| Betalingswijze | free |
| Extensiewebsite | http://www.weebly.com/ |
| Ondersteunde Talen | 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"
}
} | |