Team TP 握手會登記簡化
AKB48 Team TP握手會登記拓元頁面簡化 1. 在填寫握手券的時後會自動將輸入符號強制大寫。 2. 切換到輸入驗證碼的畫面時,可以直接輸入驗證碼並按下鍵盤上的enter即可送出並到下一步。 3. 在拓元的訂單畫面時會整理本次填寫的握手會報表。
What is Team TP 握手會登記簡化?
Team TP 握手會登記簡化 is a Chrome extension developed by tentenlee100, and its main feature is "AKB48 Team TP握手會登記拓元頁面簡化 1. 在填寫握手券的時後會自動將輸入符號強制大寫。 2. 切換到輸入驗證碼的畫面時,可以直接輸入驗證碼並按下鍵盤上的enter即可送出並到下一步。 3. 在拓元的訂單畫面時會整理本次填寫的握手會報表。".
Extension Screenshots
Download Team TP 握手會登記簡化 Extension CRX File
Download Team TP 握手會登記簡化 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
1. 在填寫握手券的時後會自動將輸入符號強制大寫。 2. 切換到輸入驗證碼的畫面時,可以直接輸入驗證碼並按下鍵盤上的enter即可送出並到下一步。 3. 在拓元的訂單畫面時會整理本次填寫的握手會報表。
Extension Basic Information
Name | Team TP 握手會登記簡化 |
ID | fginebndjmhebdeccbbaoimhbojgolpb |
Official URL | https://chromewebstore.google.com/detail/team-tp-%E6%8F%A1%E6%89%8B%E6%9C%83%E7%99%BB%E8%A8%98%E7%B0%A1%E5%8C%96/fginebndjmhebdeccbbaoimhbojgolpb |
Description | AKB48 Team TP握手會登記拓元頁面簡化 1. 在填寫握手券的時後會自動將輸入符號強制大寫。 2. 切換到輸入驗證碼的畫面時,可以直接輸入驗證碼並按下鍵盤上的enter即可送出並到下一步。 3. 在拓元的訂單畫面時會整理本次填寫的握手會報表。 |
File Size | 390 KB |
Installation Count | 366 |
Current Version | 7.0.0 |
Last Updated | 2023-07-21 |
Publish Date | 2020-02-16 |
Rating | 4.50/5 Total 8 Ratings |
Developer | tentenlee100 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Team TP \u63e1\u624b\u6703\u767b\u8a18\u7c21\u5316", "version": "7.0.0", "manifest_version": 3, "description": "AKB48 Team TP\u63e1\u624b\u6703\u767b\u8a18\u62d3\u5143\u9801\u9762\u7c21\u5316\n1. \u5728\u586b\u5beb\u63e1\u624b\u5238\u7684\u6642\u5f8c\u6703\u81ea\u52d5\u5c07\u8f38\u5165\u7b26\u865f\u5f37\u5236\u5927\u5beb\u3002\n2. \u5207\u63db\u5230\u8f38\u5165\u9a57\u8b49\u78bc\u7684\u756b\u9762\u6642\uff0c\u53ef\u4ee5\u76f4\u63a5\u8f38\u5165\u9a57\u8b49\u78bc\u4e26\u6309\u4e0b\u9375\u76e4\u4e0a\u7684enter\u5373\u53ef\u9001\u51fa\u4e26\u5230\u4e0b\u4e00\u6b65\u3002\n3. \u5728\u62d3\u5143\u7684\u8a02\u55ae\u756b\u9762\u6642\u6703\u6574\u7406\u672c\u6b21\u586b\u5beb\u7684\u63e1\u624b\u6703\u5831\u8868\u3002", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "permissions": [ "downloads" ], "host_permissions": [ "https:\/\/tixcraft.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/tixcraft.com\/*" ], "js": [ "scripts\/moment.min.js", "scripts\/jquery-3.4.1.min.js", "scripts\/xlsx.full.min.js", "scripts\/contentscript.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ] } |