ThunderTick
Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…
Τι είναι το ThunderTick;
Το ThunderTick είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://thundertick.com, και η κύρια λειτουργία του είναι "Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ThunderTick
Λήψη αρχείων επέκτασης ThunderTick σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser including all your bookmarks, history, open tabs, downloads, installed apps and more! It is also a swiss-army-knife designed for your browser. It gives you access to tons of commands like Sort open tabs, Refresh all Tabs, Take a screenshot and more! Thundertick takes advantage of the WILDLY under-utilized BACKTICK button on our keyboards. Seriously, no one uses this thing. This puts the great power, that is thundertick only ONE tap of the BACKTICK key away!
Βασικές Πληροφορίες Επέκτασης
Όνομα | ThunderTick |
ID | fjlfmlponipgmabidmcmijicbbfnbnnj |
Επίσημο URL | https://chromewebstore.google.com/detail/thundertick/fjlfmlponipgmabidmcmijicbbfnbnnj |
Περιγραφή | Thundertick is the search engine you've always wanted for your browser. You can now search through every part of your browser… |
Μέγεθος Αρχείου | 265 KB |
Αριθμός Εγκαταστάσεων | 156 |
Τρέχουσα Έκδοση | 1.5.0 |
Τελευταία Ενημέρωση | 2016-09-03 |
Ημερομηνία Δημοσίευσης | 2016-09-03 |
Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://thundertick.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.thundertick.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/thundertick/thundertick/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ThunderTick", "manifest_version": 2, "version": "1.5.0", "omnibox": { "keyword": "`" }, "background": { "page": "background.html" }, "options_page": "pages\/settings\/index.html", "icons": { "128": ".\/images\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ ".\/dist\/tickbar.js" ], "css": [ ".\/tickbar\/font\/OpenSans-Light.css", ".\/dist\/tickbar.css" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "128": "images\/icon128.png" } }, "web_accessible_resources": [ "images\/*.png" ], "permissions": [ "tabs", "history", " |