Put kdb link to twins subjects

Twinsの各科目にkdbのシラバスページへのリンクを貼る拡張機能

What is Put kdb link to twins subjects?

Put kdb link to twins subjects is a Chrome extension developed by ar___ism, and its main feature is "Twinsの各科目にkdbのシラバスページへのリンクを貼る拡張機能".

Extension Screenshots

screenshot

Download Put kdb link to twins subjects Extension CRX File

Download Put kdb link to twins subjects extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Twinsの各科目にkdbのシラバスページへのリンクを貼り、
リンクをクリックすると、別タブでその科目のkdbシラバスページが開かれます。                    

Extension Basic Information

Name Put kdb link to twins subjects Put kdb link to twins subjects
ID ddamljpbkecmjljapdkpepibancdiljd
Official URL https://chromewebstore.google.com/detail/put-kdb-link-to-twins-sub/ddamljpbkecmjljapdkpepibancdiljd
Description Twinsの各科目にkdbのシラバスページへのリンクを貼る拡張機能
File Size 4.65 KB
Installation Count 67
Current Version 1.1
Last Updated 2021-03-28
Publish Date 2020-09-29
Rating 5.00/5 Total 3 Ratings
Developer ar___ism
Email [email protected]
Payment Type free
Extension Website https://github.com/argonism/TwinsKdbLinker
Help Page URL https://github.com/argonism/TwinsKdbLinker
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Put kdb link to twins subjects",
    "description": "Twins\u306e\u5404\u79d1\u76ee\u306bkdb\u306e\u30b7\u30e9\u30d0\u30b9\u30da\u30fc\u30b8\u3078\u306e\u30ea\u30f3\u30af\u3092\u8cbc\u308b\u62e1\u5f35\u6a5f\u80fd",
    "version": "1.1",
    "icons": {
        "48": "resources\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twins.tsukuba.ac.jp\/campusweb\/campusportal.do?page=main&tabId=rs"
            ],
            "js": [
                "putLink.js"
            ]
        }
    ]
}