Forest: Tree Style Tab Manager

Display tabs in a tree-like hierarchical structure.

Τι είναι το Forest: Tree Style Tab Manager;

Το Forest: Tree Style Tab Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getforest.io, και η κύρια λειτουργία του είναι "Display tabs in a tree-like hierarchical structure.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Forest: Tree Style Tab Manager

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

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

                        Tab management doesn't have to be a hassle

Forest is built on the concept of managing tabs like a "tree". By default, any new tab opened from the current tab is organised as the "child" of the current branch and displayed beneath of the current tab in the menu. The children of the branch can be shown by toggling the arrow sign in front of the branch tab. It is useful for grouping tabs on similar topics as you're browsing the internet. 

FEATURES:
* Drag and drop to organise tab
* Add new tab
* Delete tab
* Duplicate tab
* Mute / Unmute tab
* Reload tab
* Pin / Unpin tab


REVIEW
You can leave a review on the store or submit a request via: 
https://www.reddit.com/r/ForestExtension/

GET IN TOUCH
Twitter: @ForestExtension
Contact: [email protected]

PRIVACY AND PERMISSIONS
https://getforest.io/privacy                    

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

Όνομα Forest: Tree Style Tab Manager Forest: Tree Style Tab Manager
ID hbledhepdppepjnbnohiepcpcnphimdj
Επίσημο URL https://chromewebstore.google.com/detail/forest-tree-style-tab-man/hbledhepdppepjnbnohiepcpcnphimdj
Περιγραφή Display tabs in a tree-like hierarchical structure.
Μέγεθος Αρχείου 3.54 MB
Αριθμός Εγκαταστάσεων 7,404
Τρέχουσα Έκδοση 3.0
Τελευταία Ενημέρωση 2023-01-20
Ημερομηνία Δημοσίευσης 2020-06-28
Αξιολόγηση 2.49/5 Συνολικά 57 Αξιολογήσεις
Προγραμματιστής https://getforest.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://getforest.io
Διεύθυνση URL της Σελίδας Βοήθειας https://www.reddit.com/r/ForestExtension/wiki/index
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "WebDEV",
    "version": "3.0",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "24": "assets\/icons\/icon-24.png",
        "64": "assets\/icons\/icon-64.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/app.getforest.io\/"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "optional_host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "48": "assets\/icons\/icon-48.png"
        },
        "default_title": "Forest - Tree Style Tab Manager",
        "default_popup": "popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "external\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}