Site Labeler
Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
Apa itu Site Labeler?
Site Labeler adalah ekstensi Chrome yang dikembangkan oleh Gabriel Gonzalez, dan fitur utamanya adalah "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Site Labeler
Unduh file ekstensi Site Labeler 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
Chrome extension to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site. v0.2.0 - Hide label on mouseover - Show label on mouse idle v0.1.0 - Initial release Comments, critics and suggestions are welcome! Source: https://github.com/gbrlmza/Chrome-SiteLabeler
Informasi Dasar Ekstensi
Nama | Site Labeler |
ID | mdkoanlgchgnkbfjcecafkadgneapali |
URL Resmi | https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali |
Deskripsi | Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site |
Ukuran File | 18.81 KB |
Jumlah Instalasi | 491 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2015-11-12 |
Tanggal Publikasi | 2015-11-11 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | Gabriel Gonzalez |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/gbrlmza/Chrome-SiteLabeler |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Labeler", "version": "0.2.0", "manifest_version": 2, "description": "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |