Tumblr Pixiv Source
Automatic adding pixiv source to your tumblr posts.
Cos'è Tumblr Pixiv Source?
Tumblr Pixiv Source è un'estensione di Chrome sviluppata da Jarno Le Conté, e la sua funzione principale è "Automatic adding pixiv source to your tumblr posts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tumblr Pixiv Source
Scarica i file di estensione Tumblr Pixiv Source in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :-)
Informazioni di Base sull'Estensione
Nome | |
ID | cdgmgmiiajkcfnccfhdajanabgbihdgl |
URL Ufficiale | https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl |
Descrizione | Automatic adding pixiv source to your tumblr posts. |
Dimensione del File | 47.21 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-06-02 |
Data di Pubblicazione | 2015-06-02 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | Jarno Le Conté |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Lingue Supportate | 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*" ] } |