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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}