Sanity

Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!

Cos'è Sanity?

Sanity è un'estensione di Chrome sviluppata da Sanity, e la sua funzione principale è "Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sanity

Scarica i file di estensione Sanity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        From an updated look, to repaired and completely new site features, Sanity's ultimate goal is to give users the things they need. It's 2018, and the internet is a very different place than it was ten—or even five!—years ago. The evolution of the internet means sites need to evolve with it or get left in the dust.

Unfortunately (but understandably), a lot of the tools we love to use for our journaling sites have long since been abandoned, so I decided to create an extension with the hopes of breathing new life into Insanejournal, both in appearance and function.

Whether you're a roleplayer, a personal blogger, or you post fanfiction or resources, Sanity's here to help make your experience better. Sanity doesn't focus on one type of site user so much as all of us! While the majority of us are here to roleplay and/or create related resources for the hobby, all the tools I've integrated into the Sanity extension are here to fit any need!                    

Informazioni di Base sull'Estensione

Nome Sanity Sanity
ID jngegpjnningopcmphbohclpgcfocipi
URL Ufficiale https://chromewebstore.google.com/detail/sanity/jngegpjnningopcmphbohclpgcfocipi
Descrizione Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!
Dimensione del File 74.01 KB
Conteggio Installazioni 611
Versione Corrente 0.0.8
Ultimo Aggiornamento 2021-11-14
Data di Pubblicazione 2019-09-23
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Sanity
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://sanity.insanejournal.com/
URL della Pagina di Aiuto http://sanity.insanejournal.com/2018/02/09/
URL della Pagina della Politica sulla Privacy http://sanity.insanejournal.com/2018/07/07
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sanity",
    "version": "0.0.8",
    "offline_enabled": true,
    "description": "Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!",
    "author": "Tess Nelson aka Tessisamess",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/images.js",
                "js\/customize.js"
            ],
            "css": [
                "style\/style.css",
                "style\/header.css",
                "style\/dropdown.css",
                "style\/sidebar.css",
                "style\/layoutcustom.css",
                "style\/portal.css"
            ],
            "matches": [
                "https:\/\/*.insanejournal.com\/*",
                "http:\/\/*.insanejournal.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "style\/*.css",
        "js\/*.js"
    ]
}