tumbyTagSearcher
Enjoy Tumblr's beloved "old school" Tracked Tag Search results format alongside the new Search--with a single click
Τι είναι το tumbyTagSearcher;
Το tumbyTagSearcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://tumby.me, και η κύρια λειτουργία του είναι "Enjoy Tumblr's beloved "old school" Tracked Tag Search results format alongside the new Search--with a single click".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης tumbyTagSearcher
Λήψη αρχείων επέκτασης tumbyTagSearcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
tumbyTagSearcher helps you switch back and forth from Tumblr's new grid Search results format to its beloved "old school" Tracked Tag results format—quickly and easily. How? Simply click on the Tumby icon that automagically appears in your address bar when you perform a search. Yep, that's it—that simple. Enjoy! ----- How it works: 1. Do a search. That brings you to the new search results page. This is standard Tumblr stuff. 2. You will notice a small Tumby icon in the address bar. Click that icon and your search results will now be instantly rendered in the beloved tag search format. 3. Rinse & repeat for additional searches. Use your back button to return from the tag search format to the new search format. ----- UPDATE: V 1.0.3 Automatically Creates Multi-Word Tags Notes: • tumbyTagSearcher does *not* disable, modify, interfere with, or do anything else to Tumblr's new native search functionality. • The first term you searched for in a multiple tag search is used to perform a tag search. Please let us know your thoughts at [email protected]
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kbgnbkmjkejdpkhjgcheikaognkdlpkp |
Επίσημο URL | https://chrome.google.com/webstore/detail/tumbytagsearcher/kbgnbkmjkejdpkhjgcheikaognkdlpkp |
Περιγραφή | Enjoy Tumblr's beloved "old school" Tracked Tag Search results format alongside the new Search--with a single click |
Μέγεθος Αρχείου | 13.36 KB |
Αριθμός Εγκαταστάσεων | 121 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2013-11-29 |
Ημερομηνία Δημοσίευσης | 2013-11-29 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://tumby.me |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tumbyTagSearcher", "version": "1.0.3", "description": "Enjoy Tumblr's beloved \"old school\" Tracked Tag Search results format alongside the new Search--with a single click", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon-19.png", "default_title": "Do the tumbyTagSearch" }, "permissions": [ "tabs" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |