f.ds extension
Enhances f.ds poster experience
f.ds extension là gì?
f.ds extension là một tiện ích mở rộng Chrome được phát triển bởi GendoIkari, và tính năng chính của nó là "Enhances f.ds poster experience".
Ả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 f.ds extension
Tải xuống các tệp mở rộng f.ds extension 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
This extension will add the ability to have card links for forum.dominionstrategy.com. It adds a new button to the editor that says "Card". Clicking this button inserts [card][/card] markup. When you post a message that contains this markup, it will be automatically converted to the URL markup, linking to the appropriate page on wiki.dominionstrategy.com. It also adds rollover image popups for cards links; and buttons to insert Dominion icons into your posts.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | meaipheckolpooacmilbpnilakniolgi |
URL Chính Thức | https://chromewebstore.google.com/detail/fds-extension/meaipheckolpooacmilbpnilakniolgi |
Mô tả | Enhances f.ds poster experience |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 1.35 |
Cập Nhật Lần Cuối | 2020-03-22 |
Ngày Phát Hành | 2020-03-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | GendoIkari |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "links.css" ], "js": [ "jquery-3.3.1.min.js", "purify.min.js", "links.js" ], "matches": [ "*:\/\/forum.dominionstrategy.com\/*" ] } ], "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ], "persistent": false }, "icons": { "126": "FDS-16.png", "32": "FDS-32.png", "48": "FDS-48.png", "64": "FDS-64.png", "128": "FDS-128.png" }, "description": "Enhances f.ds poster experience", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAofyNDVlbt4B7d1CcGkxj1XAiMV4LtIsObqeqzeBLLueU97puvySJSG0WK8Qv5afmmBasSYzeScYQrVyAENphHS+oQfVz1ViYD0FPt2O+nDmhIwN2mW1854gYHWFgbIxg+28poTpqo2hENoxESEeqPQJwItPbF9Fm2v+8\/T2Bc\/oCykehGHyt27IiU6TcWD0gntWK6XWCvfvOHeFx2GRNHBvTeCfJ4ANWWS\/OKPN+JfFLBZMvNxix+DiVv5WivoTUV6ITcCjYNcoO7bM\/Z7Tp6eW\/M5J0VGAw8\/hLJdwFIKgFQ6eo95pav9WyXxqM3TDDYs1EE67PYvTLX21dto023wIDAQAB", "manifest_version": 2, "name": "f.ds extension", "permissions": [ "*:\/\/forum.dominionstrategy.com\/*", "http:\/\/pittersplace.com\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.35" } |