Tumblr Pixiv Source
Automatic adding pixiv source to your tumblr posts.
Tumblr Pixiv Source là gì?
Tumblr Pixiv Source là một tiện ích mở rộng Chrome được phát triển bởi Jarno Le Conté, và tính năng chính của nó là "Automatic adding pixiv source to your tumblr posts.".
Ả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 Tumblr Pixiv Source
Tải xuống các tệp mở rộng Tumblr Pixiv Source 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
Tumblr posts with images from Pixiv not always contain source. This plug-in gives the possibility to add source using one click. The plug-in figures out who is the original artist is and provide a link to that Pixiv account in your reblog description. This way we will respect artist's works ! IMPORTANT: - Please manually VERIFY the link, because sometimes it matches the wrong picture. - Can't handle photo sets right now. - These plug-in only works for reblogs. NOT YOUR OWN UPLOADS !!! Hopefully we improve this in the future :-)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cdgmgmiiajkcfnccfhdajanabgbihdgl |
URL Chính Thức | https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl |
Mô tả | Automatic adding pixiv source to your tumblr posts. |
Kích Thước Tệp | 47.21 KB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-06-02 |
Ngày Phát Hành | 2015-06-02 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Jarno Le Conté |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Pixiv Source", "description": "Automatic adding pixiv source to your tumblr posts.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "resources\/icon-small.png", "default_title": "Add Pixiv source in caption!" }, "permissions": [ "activeTab", "https:\/\/saucenao.com\/search.php*" ] } |