Styler

Add custom CSS styles, JavaScript & jQuery to any websites

Apa itu Styler?

Styler adalah ekstensi Chrome yang dikembangkan oleh Luke Stateson, dan fitur utamanya adalah "Add custom CSS styles, JavaScript & jQuery to any websites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Styler

Unduh file ekstensi Styler 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

                        Add custom CSS and JavaScript to any web pages.

Simple & Easy to use.

Support the Styler by writing a review!

Your support is very valuable and speeds up new features!

Open source, no tracking, no telemetry, no data collection.                    

Informasi Dasar Ekstensi

Nama Styler Styler
ID bogdgcfoocbajfkjjolkmcdcnnellpkb
URL Resmi https://chromewebstore.google.com/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb
Deskripsi Add custom CSS styles, JavaScript & jQuery to any websites
Ukuran File 190 KB
Jumlah Instalasi 12,253
Versi Saat Ini 6.1.1
Terakhir Diperbarui 2020-08-25
Tanggal Publikasi 2020-01-27
Penilaian 4.05/5 Total 129 Penilaian
Pengembang Luke Stateson
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://major-themes.com/
URL Halaman Bantuan https://major-themes.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Styler",
    "version": "6.1.1",
    "manifest_version": 2,
    "description": "Add custom CSS styles, JavaScript & jQuery to any websites",
    "browser_action": {
        "default_icon": "32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}