Add tag discription system

When you hover the mouse cursor over a tag on Wikidot, the description of the tag list on SCP-JP, SCP-EN and SCP-CN is displayed.

Add tag discription system क्या है?

Add tag discription system R74 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When you hover the mouse cursor over a tag on Wikidot, the description of the tag list on SCP-JP, SCP-EN and SCP-CN is displayed."।

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

screenshot

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

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

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

                        Tag at the bottom of the Page with a description.

When you hover the mouse cursor over a tag in Wikidot, it will show the description in the tag list on SCP-JP, SCP-EN and SCP-CN.
You can change the display position, background color, and text color in the options.

The SCP Logo used for the icon
Author: Aelanna
Source: http://www.scp-wiki.net/dr-mackenzie-s-sketchbook
CC BY-SA 3.0                    

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

नाम Add tag discription system Add tag discription system
ID chihgmiknkmejndbpilmoopjlpfpjljg
आधिकारिक URL https://chrome.google.com/webstore/detail/chihgmiknkmejndbpilmoopjlpfpjljg
विवरण When you hover the mouse cursor over a tag on Wikidot, the description of the tag list on SCP-JP, SCP-EN and SCP-CN is displayed.
फ़ाइल का आकार 53.64 KB
स्थापना संख्या 25
वर्तमान संस्करण 3.0.3
अंतिम अपडेट 2021-02-13
प्रकाशन तिथि 2020-10-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर R74
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/RTa-technology/add-tag-description-system
समर्थित भाषाएँ en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_Name__",
    "version": "3.0.3",
    "description": "__MSG_Description__",
    "author": "RTa_technology",
    "homepage_url": "https:\/\/github.com\/RTa-technology\/add-tag-description-system",
    "default_locale": "ja",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.scp-wiki.net\/*",
                "http:\/\/*.wikidot.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "system"
    },
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "option\/option.html"
}