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 là gì?
Add tag discription system là một tiện ích mở rộng Chrome được phát triển bởi R74, và tính năng chính của nó là "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.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Add tag discription system
Tải xuống các tệp mở rộng Add tag discription system dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | chihgmiknkmejndbpilmoopjlpfpjljg |
URL Chính Thức | https://chrome.google.com/webstore/detail/chihgmiknkmejndbpilmoopjlpfpjljg |
Mô tả | 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. |
Kích Thước Tệp | 53.64 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 3.0.3 |
Cập Nhật Lần Cuối | 2021-02-13 |
Ngày Phát Hành | 2020-10-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | R74 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/RTa-technology/add-tag-description-system |
Ngôn Ngữ Được Hỗ Trợ | 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" } |