Google Drive Bookmarks

This extension syncs your drive files with bookmarks

Hvad er Google Drive Bookmarks?

Google Drive Bookmarks er en Chrome-udvidelse udviklet af danielkahn58, og dens hovedfunktion er "This extension syncs your drive files with bookmarks".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Google Drive Bookmarks-udvidelses-CRX-fil

Download Google Drive Bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Google Drive Bookmarks Google Drive Bookmarks
ID eolnmipkgioggbdmfjonnnaedbogmokb
Officiel URL https://chrome.google.com/webstore/detail/google-drive-bookmarks/eolnmipkgioggbdmfjonnnaedbogmokb
Beskrivelse This extension syncs your drive files with bookmarks
Filstørrelse 78.25 KB
Antal Installationer 2,000
Nuværende Version 1.7
Senest Opdateret 2017-01-08
Udgivelsesdato 2017-01-08
Bedømmelse 2.55/5 Samlet 33 Bedømmelser
Udvikler danielkahn58
Betalingsmetode free
URL til Fortrolighedspolitik Side http://kahnkavern.net/PrivacyPolicy.html
Understøttede Sprog 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'"
}