Tumblr Pixiv Source
Automatic adding pixiv source to your tumblr posts.
Τι είναι το Tumblr Pixiv Source;
Το Tumblr Pixiv Source είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jarno Le Conté, και η κύρια λειτουργία του είναι "Automatic adding pixiv source to your tumblr posts.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tumblr Pixiv Source
Λήψη αρχείων επέκτασης 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é |
Ηλεκτρονικό ταχυδρομείο | [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*" ] } |