Shareaholic for Pinterest
Send images from any website to your pinboards.
Τι είναι το Shareaholic for Pinterest;
Το Shareaholic for Pinterest είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://shareaholic.com, και η κύρια λειτουργία του είναι "Send images from any website to your pinboards.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Shareaholic for Pinterest
Λήψη αρχείων επέκτασης Shareaholic for Pinterest σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Easiest Way to Send images from any website to your pinboards. ✓ Official Pin Count for Every Webpage ****************************************************** Just like the official Pinterest Button that you see on some webpages, this extension also shows you the Pin count for each page as you surf around the web. Have you ever wondered how many times the YouTube video, your blog, or that picture you posted has been pinned? :) Wonder no more with this extension. ✓ We love feedback! ****************************************************** If you like it, we'd appreciate if you'd rate it with a 5 star (see below) and tell your friends! If you think it falls short in anyway, please let us know at【[email protected]】what you didn't like, so it will get fixed ASAP. Other Chrome Extensions by Shareaholic: ****************************************************** - Facebook Share/Like Button (http://goo.gl/IeXH) - Tweet Button (http://goo.gl/pWBe) - All-in-one Shareaholic for Google Chrome (http://goo.gl/jSys) Note: for security reasons no extensions are allowed to pull in highlighted text on these Gallery pages. Also, this extension is neither affiliated with nor possible without Pinterest Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Shareaholic for Pinterest |
ID | kfjkehmceppcpjoaoegdmffmkdhiegmc |
Επίσημο URL | https://chromewebstore.google.com/detail/shareaholic-for-pinterest/kfjkehmceppcpjoaoegdmffmkdhiegmc |
Περιγραφή | Send images from any website to your pinboards. |
Μέγεθος Αρχείου | 16.29 KB |
Αριθμός Εγκαταστάσεων | 49,346 |
Τρέχουσα Έκδοση | 2.0.2 |
Τελευταία Ενημέρωση | 2012-12-05 |
Ημερομηνία Δημοσίευσης | 2012-12-05 |
Αξιολόγηση | 3.99/5 Συνολικά 336 Αξιολογήσεις |
Προγραμματιστής | https://shareaholic.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.shareaholic.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.shareaholic.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shareaholic for Pinterest", "version": "2.0.2", "description": "Send images from any website to your pinboards.", "manifest_version": 2, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/pinterest_16.png", "32": "images\/pinterest_32.png", "64": "images\/pinterest_64.png", "128": "images\/pinterest_128.png" }, "browser_action": { "default_title": "Shareaholic for Pinterest", "default_icon": "images\/pinterest_32.png" } } |