Open Random Bookmarks

Open Random Bookmarks

Open Random Bookmarksとは何ですか?

Open Random BookmarksはKVSによって開発されたChromeの拡張機能で、その主な機能は「Open Random Bookmarks」です。

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

screenshot

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

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

拡張機能の使用方法

                        Randomly opens a set amount of bookmarks from a set folder.


### CHANGELOG ###

>>> 0.2.2 <<<
+ Fixed bug with the folder selector in the options page. It will now show all the folders instead of just the Bookmark Bar folder.

>>> 0.2.0 <<<
+ Option to use the current active tab in the window.
+ Option to scan and open bookmarks from subfolders.
+ Filters. (EXPERIMENTAL).
* Amount field is now an increment field.                    

拡張機能の基本情報

名前 Open Random Bookmarks Open Random Bookmarks
ID bgcefofhfeebbefhdnmdlfkibdfdbbfa
公式URL https://chromewebstore.google.com/detail/open-random-bookmarks/bgcefofhfeebbefhdnmdlfkibdfdbbfa
説明 Open Random Bookmarks
ファイルサイズ 15.14 KB
インストール数 1,411
現在のバージョン 0.2.2
最終更新日 2020-03-06
公開日 2020-03-05
評価 4.86/5 合計 14 レビュー
開発者 KVS
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Random Bookmarks",
    "description": "Open Random Bookmarks",
    "version": "0.2.2",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}