Simple Tab
Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
Τι είναι το Simple Tab;
Το Simple Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον matthewninja, και η κύρια λειτουργία του είναι "Transforms your new tab page into a beautiful and minimalistic image. All code is open source.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Simple Tab
Λήψη αρχείων επέκτασης Simple Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Simple tab is simple. Simply put, it takes your boring 'New Tab' page and replaces it with a beautiful, hand picked landscape image. Other Tab page extensions are extremely bloated and slow. For users who don't want to see a cluttered tab page, this is the extension for you. Transparency is important to the creator. All code is open source, and is free to use at https://github.com/matthewninja/simpletab. The images are stored locally for extremely fast loading. This extension is a work in progress, and new features are on the way. Any questions will be answered on twitter @koreacanadian.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Simple Tab |
ID | onmajccknmlhmaclaeplheoehfknefma |
Επίσημο URL | https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma |
Περιγραφή | Transforms your new tab page into a beautiful and minimalistic image. All code is open source. |
Μέγεθος Αρχείου | 42.43 MB |
Αριθμός Εγκαταστάσεων | 16 |
Τρέχουσα Έκδοση | 0.1.1 |
Τελευταία Ενημέρωση | 2017-07-24 |
Ημερομηνία Δημοσίευσης | 2017-07-23 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | matthewninja |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/matthewninja/simpletab |
Διεύθυνση URL της Σελίδας Βοήθειας | https://twitter.com/koreacanadian |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tab", "version": "0.1.1", "description": "Transforms your new tab page into a beautiful and minimalistic image.\n All code is open source.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": [], "author": "Matthew Ham", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "new-tab.html" }, "homepage_url": "https:\/\/github.com\/matthewninja\/simpletab", "offline_enabled": true, "permissions": [ "tabs" ], "short_name": "Simple Tab" } |