Link Folders

This extension allows the user to create folders of links/tabs for various topics

Τι είναι το Link Folders;

Το Link Folders είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον brianchou121, και η κύρια λειτουργία του είναι "This extension allows the user to create folders of links/tabs for various topics".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you have so many desktops and tabs open, that you don't want to bookmark them all or close them because you don't want to lose them? Is your laptop always running out of memory, so that it ends up closing your browser and deleting all your opened tabs? Then this is the fix for you.

This extension allows the user to save their links/tabs in customizable folders of their choosing, allowing for easy organization and immediate access to all the sites with the click of a button. You can create folders for research so you can continue right where you left off.

Users have the option to save all current open tabs with the click of a button, or to manually enter them in. Sites require the "http://". The folders act as buttons and immediately open the links with a click.                    

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

Όνομα Link Folders Link Folders
ID dncmpfbjeippfclnpgbhpbhhapegibfp
Επίσημο URL https://chrome.google.com/webstore/detail/link-folders/dncmpfbjeippfclnpgbhpbhhapegibfp
Περιγραφή This extension allows the user to create folders of links/tabs for various topics
Μέγεθος Αρχείου 13.46 KB
Αριθμός Εγκαταστάσεων 82
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-08-28
Ημερομηνία Δημοσίευσης 2017-08-28
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής brianchou121
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Folders",
    "description": "This extension allows the user to create folders of links\/tabs for various topics",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage"
    ]
}