Google Drive Bookmarks

This extension syncs your drive files with bookmarks

What is Google Drive Bookmarks?

Google Drive Bookmarks is a Chrome extension developed by danielkahn58, and its main feature is "This extension syncs your drive files with bookmarks".

Extension Screenshots

screenshot
screenshot
screenshot

Download Google Drive Bookmarks Extension CRX File

Download Google Drive Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Google Drive Bookmarks Google Drive Bookmarks
ID eolnmipkgioggbdmfjonnnaedbogmokb
Official URL https://chrome.google.com/webstore/detail/google-drive-bookmarks/eolnmipkgioggbdmfjonnnaedbogmokb
Description This extension syncs your drive files with bookmarks
File Size 78.25 KB
Installation Count 2,000
Current Version 1.7
Last Updated 2017-01-08
Publish Date 2017-01-08
Rating 2.55/5 Total 33 Ratings
Developer danielkahn58
Payment Type free
Privacy Policy Page URL http://kahnkavern.net/PrivacyPolicy.html
Supported Languages 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'"
}