Weebly Site Detection
A small 'w' icon in your address bar lights up if you are on a Weebly site.
Apa itu Weebly Site Detection?
Weebly Site Detection adalah ekstensi Chrome yang dikembangkan oleh Weebly, Inc, dan fitur utamanya adalah "A small 'w' icon in your address bar lights up if you are on a Weebly site.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Weebly Site Detection
Unduh file ekstensi Weebly Site Detection dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This simple extension places a small "w" in your address bar if the site you are browsing is hosted on Weebly.
Informasi Dasar Ekstensi
Nama | Weebly Site Detection |
ID | hafhilhhmfljhlgkcnpmkephidgbiman |
URL Resmi | https://chromewebstore.google.com/detail/weebly-site-detection/hafhilhhmfljhlgkcnpmkephidgbiman |
Deskripsi | A small 'w' icon in your address bar lights up if you are on a Weebly site. |
Ukuran File | 15.67 KB |
Jumlah Instalasi | 991 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2017-10-28 |
Tanggal Publikasi | 2017-10-27 |
Penilaian | 4.92/5 Total 12 Penilaian |
Pengembang | Weebly, Inc |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.weebly.com/ |
Bahasa yang Didukung | 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" } } |