MultiBar

Allows switching between multiple sets of bookmarks on the bookmarks bar

Τι είναι το MultiBar;

Το MultiBar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dougp, και η κύρια λειτουργία του είναι "Allows switching between multiple sets of bookmarks on the bookmarks bar".

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

screenshot

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

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

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

                        Provides more flexibility on the bookmarks bar by allowing you to flip between multiple sets of bookmarks at the click of a button.

Setup
=====
Please back up the contents of your bookmarks bar before starting!

On installation, MultiBar will create 2 bookmark folders:

Other bookmarks
   MultiBar
      Bar1
      Bar2

Bar1 represents your current bookmarks bar.

You may rename the folders and add as many of your own as you wish. Add bookmarks to your folders, but leave Bar1 (or whatever you rename it to) empty, as your currently displayed bookmarks bar contents will be moved there when you switch.

Clicking on the MultiBar icon will switch to the next folder in sequence.                    

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

Όνομα MultiBar MultiBar
ID fibmipocbhmmodnjfioojdfobejfdajg
Επίσημο URL https://chromewebstore.google.com/detail/multibar/fibmipocbhmmodnjfioojdfobejfdajg
Περιγραφή Allows switching between multiple sets of bookmarks on the bookmarks bar
Μέγεθος Αρχείου 18.52 KB
Αριθμός Εγκαταστάσεων 1,600
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-08-27
Ημερομηνία Δημοσίευσης 2014-08-27
Αξιολόγηση 3.14/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής dougp
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MultiBar",
    "description": "Allows switching between multiple sets of bookmarks on the bookmarks bar",
    "version": "1.0",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "MultiBar"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}