Autolink for Yu-Gi-Oh! Card Wiki

Convert texts surrounded by 《》 into links to Yu-Gi-Oh! Card Wiki.

什麼是Autolink for Yu-Gi-Oh! Card Wiki?

Autolink for Yu-Gi-Oh! Card Wiki是由uu1t開發的Chrome擴展程式,該擴展的主要功能是“Convert texts surrounded by 《》 into links to Yu-Gi-Oh! Card Wiki.”。

擴展截圖

screenshot

下載Autolink for Yu-Gi-Oh! Card Wiki擴展crx文件

下載Autolink for Yu-Gi-Oh! Card Wiki擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Convert texts surrounded by 《》 into links to Yu-Gi-Oh! Card Wiki (http://yugioh-wiki.net/).

This extension doesn't run at any URLs by default.
Please set allowed domains to run this extension in the option page.                    

擴展基本資訊

名稱 Autolink for Yu-Gi-Oh! Card Wiki Autolink for Yu-Gi-Oh! Card Wiki
ID lhlagpaknmgbfnballcbbkdnkfnmincg
官方網址 https://chromewebstore.google.com/detail/autolink-for-yu-gi-oh-car/lhlagpaknmgbfnballcbbkdnkfnmincg
簡介 Convert texts surrounded by 《》 into links to Yu-Gi-Oh! Card Wiki.
檔案大小 103 KB
安裝次數 39
目前版本 0.1.1
更新時間 2016-12-21
上架時間 2016-12-21
開發者 uu1t
付費類型 free
擴展官網 https://github.com/itiut/autolink-for-yugioh-card-wiki
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1.1",
    "default_locale": "ja",
    "description": "__MSG_extDescription__",
    "author": "Yuichi Tanikawa",
    "homepage_url": "https:\/\/github.com\/itiut\/autolink-for-yugioh-card-wiki",
    "icons": [],
    "permissions": [
        "declarativeContent"
    ],
    "optional_permissions": [
        ""
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "minimum_chrome_version": "53"
}