Drive File List Printer

Drive File List creator

Τι είναι το Drive File List Printer;

Το Drive File List Printer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://theblackbird.altervista.org, και η κύρια λειτουργία του είναι "Drive File List creator".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Drive File List Printer

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

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

                        >>> DONATE! <<<
If you LIKE THIS EXTENSION, please consider a DONATION (LINK is on RIGHT CLICK over extension ICON!). A coffee will be just fine! :)

Creates a list of entries that are visible in the folder you are currently viewing in your Google Drive browser page.

IMPORTANT NOTE: please ensure to have a recent version of Chrome, otherwise the updates inctroduced for Manifest V3 compatibility may lead to a not working extension due to your Chrome version beeing to old.

In case you need an old version of the extension, please let me know and I will release a "Drive File List Printer {OLD}" extension for you! ;)

Changelog
=======================
- v1.0.0: hello, world! :)
- v1.1.0: the list is now printend with both "grid" and "list" view types.
- v1.2.0: added file count. Restyling of the file list (now more "pleasant").
- v1.2.1: bug fixing
- v1.2.2: Google was not happy I used their logo and name... so I've changed logo and name. But extension is still the same! :)
- v1.2.3: upgrade to Manifest V3 (Google requirement for 2023)
- v1.2.4: revert to Manifest V2 version - V3 extension not working :(
- v1.3.0: final update to Manifest V3, working and faster! Yay!!! :D
- v1.4.0: added donation link... ^^                    

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

Όνομα Drive File List Printer Drive File List Printer
ID mfmbohhilekeamheodippbnplaficklg
Επίσημο URL https://chromewebstore.google.com/detail/drive-file-list-printer/mfmbohhilekeamheodippbnplaficklg
Περιγραφή Drive File List creator
Μέγεθος Αρχείου 33.37 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2022-04-22
Ημερομηνία Δημοσίευσης 2019-10-04
Αξιολόγηση 4.82/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://theblackbird.altervista.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://theblackbird.altervista.org/
Διεύθυνση URL της Σελίδας Βοήθειας https://theblackbird.altervista.org/
URL της Σελίδας Πολιτικής Απορρήτου https://theblackbird.altervista.org/TheBlackbirdPrivacyPolicy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Drive File List creator",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Drive File List",
        "default_popup": "menu.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "manifest_version": 3,
    "name": "Drive File List Printer",
    "short_name": "DriveFileList",
    "version": "1.4.0",
    "offline_enabled": true
}