Google Drive Bookmarks

This extension syncs your drive files with bookmarks

Google Drive Bookmarksとは何ですか?

Google Drive Bookmarksはdanielkahn58によって開発されたChromeの拡張機能で、その主な機能は「This extension syncs your drive files with bookmarks」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Google Drive Bookmarks拡張機能のCRXファイルをダウンロード

Google Drive Bookmarks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Google Drive Bookmarks Google Drive Bookmarks
ID eolnmipkgioggbdmfjonnnaedbogmokb
公式URL https://chrome.google.com/webstore/detail/google-drive-bookmarks/eolnmipkgioggbdmfjonnnaedbogmokb
説明 This extension syncs your drive files with bookmarks
ファイルサイズ 78.25 KB
インストール数 2,000
現在のバージョン 1.7
最終更新日 2017-01-08
公開日 2017-01-08
評価 2.55/5 合計 33 レビュー
開発者 danielkahn58
支払い方法 free
プライバシーポリシーページのURL http://kahnkavern.net/PrivacyPolicy.html
対応言語 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'"
}