Koala Bookmarks

Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.

Koala Bookmarks란 무엇입니까?

Koala Bookmarks은(는) https://rudeshko.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Koala Bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome Bookmarks made easier. Set your favourite websites and access them with the hotkeys.                    

확장 프로그램 기본 정보

이름 Koala Bookmarks Koala Bookmarks
ID dppepokpjgoaooihcnelbjhbhnggpblo
공식 URL https://chromewebstore.google.com/detail/koala-bookmarks/dppepokpjgoaooihcnelbjhbhnggpblo
설명 Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.
파일 크기 1.21 MB
설치 횟수 30
현재 버전 1.0.1
최근 업데이트 2020-01-23
출시 날짜 2020-01-23
평점 5.00/5 총 5 개의 평점
개발자 https://rudeshko.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rudeshko.net/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Koala Bookmarks",
    "short_name": "Koala",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Browser Bookmarks made easier. Set up your favorite bookmarks and access them with hotkeys to improve your productivity.",
    "icons": {
        "128": "images\/koala_128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/www.google.com\/"
    ],
    "oauth2": {
        "client_id": "136776124756-pvjjqoua8e86tj56l4gq92j8ovvlihnv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "blank.js"
            ]
        }
    ]
}