Tumblr Pixiv Source
Automatic adding pixiv source to your tumblr posts.
Tumblr Pixiv Sourceคืออะไร?
Tumblr Pixiv Source เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jarno Le Conté และคุณลักษณะหลักของมันคือ "Automatic adding pixiv source to your tumblr posts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Pixiv Source
ดาวน์โหลดไฟล์ส่วนขยาย Tumblr Pixiv Source ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 :-)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdgmgmiiajkcfnccfhdajanabgbihdgl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl |
คำอธิบาย | Automatic adding pixiv source to your tumblr posts. |
ขนาดไฟล์ | 47.21 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-06-02 |
วันที่เผยแพร่ | 2015-06-02 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Jarno Le Conté |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
ภาษาที่รองรับ | 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*" ] } |