Sanity

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

Sanity क्या है?

Sanity Sanity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sanity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Sanity Sanity
ID jngegpjnningopcmphbohclpgcfocipi
आधिकारिक URL https://chromewebstore.google.com/detail/sanity/jngegpjnningopcmphbohclpgcfocipi
विवरण Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!
फ़ाइल का आकार 74.01 KB
स्थापना संख्या 611
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2021-11-14
प्रकाशन तिथि 2019-09-23
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर Sanity
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://sanity.insanejournal.com/
सहायता पृष्ठ URL http://sanity.insanejournal.com/2018/02/09/
गोपनीयता नीति पृष्ठ URL http://sanity.insanejournal.com/2018/07/07
समर्थित भाषाएँ 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"
    ]
}