Tumblr Pixiv Source
Automatic adding pixiv source to your tumblr posts.
Qu'est-ce que Tumblr Pixiv Source ?
Tumblr Pixiv Source est une extension Chrome développée par Jarno Le Conté, et sa fonction principale est "Automatic adding pixiv source to your tumblr posts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tumblr Pixiv Source
Téléchargez les fichiers d'extension Tumblr Pixiv Source au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :-)
Informations de Base sur l'Extension
Nom | |
ID | cdgmgmiiajkcfnccfhdajanabgbihdgl |
URL Officiel | https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl |
Description | Automatic adding pixiv source to your tumblr posts. |
Taille du Fichier | 47.21 KB |
Nombre d'Installations | 67 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-06-02 |
Date de Publication | 2015-06-02 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | Jarno Le Conté |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Langues Prises en Charge | 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*" ] } |