Tumblr Pixiv Source
Automatic adding pixiv source to your tumblr posts.
什麼是Tumblr Pixiv Source?
Tumblr Pixiv Source是由Jarno Le Conté開發的Chrome擴展程式,該擴展的主要功能是“Automatic adding pixiv source to your tumblr posts.”。
擴展截圖
下載Tumblr Pixiv Source擴展crx文件
下載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 |
官方網址 | 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*" ] } |