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とは何ですか?
Add tag discription systemはR74によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
Add tag discription system拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | chihgmiknkmejndbpilmoopjlpfpjljg |
公式URL | https://chrome.google.com/webstore/detail/chihgmiknkmejndbpilmoopjlpfpjljg |
説明 | 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. |
ファイルサイズ | 53.64 KB |
インストール数 | 25 |
現在のバージョン | 3.0.3 |
最終更新日 | 2021-02-13 |
公開日 | 2020-10-31 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | R74 |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/RTa-technology/add-tag-description-system |
対応言語 | 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" } |