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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}