Pinterest Palooza
Click Pin's thumbnail image to visit source website! Easy peasy!
Qu'est-ce que Pinterest Palooza ?
Pinterest Palooza est une extension Chrome développée par ifugu, et sa fonction principale est "Click Pin's thumbnail image to visit source website! Easy peasy!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pinterest Palooza
Téléchargez les fichiers d'extension Pinterest Palooza 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
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.
Informations de Base sur l'Extension
Nom | Pinterest Palooza |
ID | abbppfcokpiknbdhocmbjnngkkkckepp |
URL Officiel | https://chromewebstore.google.com/detail/pinterest-palooza/abbppfcokpiknbdhocmbjnngkkkckepp |
Description | Click Pin's thumbnail image to visit source website! Easy peasy! |
Taille du Fichier | 20.06 KB |
Nombre d'Installations | 747 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2016-03-31 |
Date de Publication | 2016-03-31 |
Évaluation | 3.00/5 Total 7 Évaluations |
Développeur | ifugu |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://halfduplex.us/ |
Langues Prises en Charge | 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\/" } |