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 |
公式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é |
Eメール | [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*" ] } |