Pinterest Palooza
Click Pin's thumbnail image to visit source website! Easy peasy!
Τι είναι το Pinterest Palooza;
Το Pinterest Palooza είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ifugu, και η κύρια λειτουργία του είναι "Click Pin's thumbnail image to visit source website! Easy peasy!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pinterest Palooza
Λήψη αρχείων επέκτασης Pinterest Palooza σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Read a Pin's source web page with a single click! Pinterest Palooza makes clicking a Pin's thumbnail image take you to the source website immediately! A button is also added to each Pin for visiting the Pin's detail page. Tip: Hold down the CTRL key when clicking the Pin thumbnail image to stay on Pinterest while your Pin's page opens in a new browser tab. This allows you to queue up several pages to read without waiting around for them to open.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pinterest Palooza |
ID | abbppfcokpiknbdhocmbjnngkkkckepp |
Επίσημο URL | https://chromewebstore.google.com/detail/pinterest-palooza/abbppfcokpiknbdhocmbjnngkkkckepp |
Περιγραφή | Click Pin's thumbnail image to visit source website! Easy peasy! |
Μέγεθος Αρχείου | 20.06 KB |
Αριθμός Εγκαταστάσεων | 747 |
Τρέχουσα Έκδοση | 1.1.4 |
Τελευταία Ενημέρωση | 2016-03-31 |
Ημερομηνία Δημοσίευσης | 2016-03-31 |
Αξιολόγηση | 3.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | ifugu |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://halfduplex.us/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "pinterest-direct.user.js" ], "matches": [ "http:\/\/*.pinterest.com\/*", "https:\/\/*.pinterest.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Click Pin's thumbnail image to visit source website! Easy peasy!", "name": "Pinterest Palooza", "short_name": "PinPalooza", "version": "1.1.4", "author": "Corey Meredith", "homepage_url": "http:\/\/halfduplex.us\/" } |