TabShaker

A customized chrome new tab.

Τι είναι το TabShaker;

Το TabShaker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον j0918023423, και η κύρια λειτουργία του είναι "A customized chrome new tab.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης TabShaker

Λήψη αρχείων επέκτασης TabShaker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Users can select widgets to place anywherer they want to on their tab.
Features:
- In-house user-friendly layout design for adjusting widget placement and smooth position conflict handling.
- User can move / resize widgets with independent placement in different screen sizes.
- Several productivity widgets with responsive visual styling, including:
  - Calendar: Connect with Google Calendar through Google OAuth 2 (Verified)
  - Note: Markdown editor
  - Weather: Show weather forecase of current position or specifyied city
  - English Card: 16,272 words
  - News: Taiwan, US top headlines
  - Clock
  - To-do List

GitHub: https://github.com/Dragon-Huang0403/TabShaker                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TabShaker TabShaker
ID eigbinbgomoampdljpjabchdempfileg
Επίσημο URL https://chromewebstore.google.com/detail/tabshaker/eigbinbgomoampdljpjabchdempfileg
Περιγραφή A customized chrome new tab.
Μέγεθος Αρχείου 8.25 MB
Αριθμός Εγκαταστάσεων 23
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-07-31
Ημερομηνία Δημοσίευσης 2022-06-28
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής j0918023423
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "TabShaker",
    "name": "TabShaker",
    "description": "A customized chrome new tab.",
    "author": "Dragon Huang",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqTfzf4UfzSmt0EWJvgO23jy7kUzVryK90rBF+QF1K8yZdNpJcFOJfv\/5YmqAMDp5Lo78Wro70q5qBD8j\/H\/7+YY54bP+twejvvfosXlB+7FeSiAVBQjkKwQ7MIwMNI09xr7HFYTOQxA6zVHQGy3v1w67nfnwkGhSf6uz2O917utHPEy9\/7nE9ZuZTM77PUv4txbKD5LmHvUbFUvu0RRMjiTDs8dBB4YpRPDWNLrC6YrgvP46K4rZaypZGD41n+P3d4CPvrrh36stWtgM8lKymPbVoicW1rJZ8bbGWsnYfNX0igAQBtKSG19mdtmHKEdLN8GJoEKN8e9eciHCqgwrdQIDAQAB",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "manifest_version": 3,
    "oauth2": {
        "client_id": "728982193090-p33gadj656ntoskdrp91qn99ifvg0705.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "geolocation",
        "identity",
        "storage"
    ],
    "version": "1.0.0"
}