Google Drive Bookmarks

This extension syncs your drive files with bookmarks

Cos'è Google Drive Bookmarks?

Google Drive Bookmarks è un'estensione di Chrome sviluppata da danielkahn58, e la sua funzione principale è "This extension syncs your drive files with bookmarks".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Google Drive Bookmarks

Scarica i file di estensione Google Drive Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This chrome extension creates a folder in your "Bookmark Bar" which contains bookmarks to all the files in your Google drive account.                    

Informazioni di Base sull'Estensione

Nome Google Drive Bookmarks Google Drive Bookmarks
ID eolnmipkgioggbdmfjonnnaedbogmokb
URL Ufficiale https://chrome.google.com/webstore/detail/google-drive-bookmarks/eolnmipkgioggbdmfjonnnaedbogmokb
Descrizione This extension syncs your drive files with bookmarks
Dimensione del File 78.25 KB
Conteggio Installazioni 2,000
Versione Corrente 1.7
Ultimo Aggiornamento 2017-01-08
Data di Pubblicazione 2017-01-08
Valutazione 2.55/5 Totale 33 Valutazioni
Sviluppatore danielkahn58
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://kahnkavern.net/PrivacyPolicy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Drive Bookmarks",
    "description": "This extension syncs your drive files with bookmarks",
    "version": "1.7",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "jquery-2.1.3.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "DriveBookmark.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "bookmarks",
        "bookmarks",
        "identity",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjPOFMP2l7zShswEhSFqLg0NTZKJSWm7oJv8ccSnBP40VbnAxYaIPR6epm\/cP0GKGPsvT3LcOEwRsK8PWLuU\/6wh\/\/X9Mi8tqyDuGO5nXRr9esW8vhDSQmanoISgkXVQXj9coPgzf5cWTurCtv78m6hZ9gOQaR98ORn0t\/UKYr1lkfDE3IWDJRj8BWmVlKlK9UG\/K3B3f4IPbRjhiITp1D4Z3upmC+HMsoyS\/oamndRju2VYXnWfnQUe1h8aLUXN\/vfj+\/7pTe\/92gzWUlMVeMdfCNYhrNePg2+FCfyLt8mqx09P8Cv1CF7YE3eOv3eLFzE4lvspWLaJi1KqPPpcigwIDAQAB",
    "oauth2": {
        "client_id": "527091593212-nn95gbtokm4hg0no3v0effi3d4453ei0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/script.google.com\/macros\/s\/AKfycbzQEJVrQPN2B9EBUN5oXRVyddB3zSQJKmib3k9L3JEMxIk-vpWT\/exec https:\/\/script.googleusercontent.com\/macros\/echo?user_content_key=k10OBbWnh\u2026RGfd8AbL4A2N07uDH&lib=MTibLiHOyEWXJEVTxZ9MvwM0DVgrrkw2O&varName=DrivePaths; object-src 'self'"
}