字己來

想要調整字體大小不再是難事!

Wat is 字己來?

字己來 is een Chrome-extensie ontwikkeld door LeTea, en de belangrijkste functie is "想要調整字體大小不再是難事!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 字己來

Download 字己來-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        功能介紹:
1. 想要調整字體大小不再是難事! 
2. 調整過的字體大小會自動記憶在瀏覽器內!不必每次重新調整!
3. CATCHPLAY ON DEMAND 可以按空白鍵進行 暫停/播放 之切換。(已停用,官方已經內建囉~)

目前支援平台:
1. CATCHPLAY ON DEMAND (https://www.catchplay.com)
2. friDay (https://video.friday.tw)

注意事項:
1. CATCHPLAY ON DEMAND 的字幕在預覽和觀看正片與全螢幕中有兩種大小 (20px 與 2.6vw),因此若切換播放方式時覺得大小不妥,建議多調幾次
2. friDay 的字幕在視窗與全螢幕中有兩種大小 (2.1em 與 4.2em),因此若切換播放方式時覺得大小不妥,建議多調幾次
3. friDay 有些電影是將字幕壓在影片中,沒有辦法調整喔!                    

Basisinformatie over de Extensie

Naam 字己來 字己來
ID lnnoapljdhamikjhpmejmlpclkoijinm
Officiële URL https://chromewebstore.google.com/detail/%E5%AD%97%E5%B7%B1%E4%BE%86/lnnoapljdhamikjhpmejmlpclkoijinm
Beschrijving 想要調整字體大小不再是難事!
Bestandsgrootte 60.28 KB
Aantal Installaties 646
Huidige Versie 1.2.7
Laatst Bijgewerkt 2018-03-22
Publicatiedatum 2018-03-21
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar LeTea
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/IamLeTea/subyourself
Ondersteunde Talen zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.7",
    "name": "\u5b57\u5df1\u4f86",
    "description": "\u60f3\u8981\u8abf\u6574\u5b57\u9ad4\u5927\u5c0f\u4e0d\u518d\u662f\u96e3\u4e8b\uff01",
    "homepage_url": "https:\/\/github.com\/IamLeTea\/subyourself",
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon\/icon-128.png",
        "default_title": "\u627e\u6211\uff1f"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.catchplay.com\/*"
            ],
            "css": [
                "style\/cp.css"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "script\/cp.js"
            ]
        },
        {
            "matches": [
                "http:\/\/video.friday.tw\/movie\/detail\/*"
            ],
            "css": [
                "style\/fr.css"
            ],
            "js": [
                "lib\/jquery-3.2.1.min.js",
                "script\/fr.js"
            ]
        }
    ]
}