Tumblr Pixiv Source
Automatic adding pixiv source to your tumblr posts.
O que é Tumblr Pixiv Source?
Tumblr Pixiv Source é uma extensão do Chrome desenvolvida por Jarno Le Conté, e sua principal característica é "Automatic adding pixiv source to your tumblr posts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tumblr Pixiv Source
Baixe arquivos de extensão Tumblr Pixiv Source no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :-)
Informações Básicas da Extensão
Nome | |
ID | cdgmgmiiajkcfnccfhdajanabgbihdgl |
URL Oficial | https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl |
Descrição | Automatic adding pixiv source to your tumblr posts. |
Tamanho do Arquivo | 47.21 KB |
Contagem de Instalações | 67 |
Versão Atual | 1.0 |
Última Atualização | 2015-06-02 |
Data de Publicação | 2015-06-02 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | Jarno Le Conté |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Idiomas Suportados | 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*" ] } |