Random bookmark by Denis

Minimal way to open a random bookmark

什麼是Random bookmark by Denis?

Random bookmark by Denis是由https://sokolov.cc開發的Chrome擴展程式,該擴展的主要功能是“Minimal way to open a random bookmark”。

擴展截圖

screenshot

下載Random bookmark by Denis擴展crx文件

下載Random bookmark by Denis擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Choose a folder in your bookmarks and a random bookmark from that folder will be opened.

The action gives you a unique URL, so you can bookmark the random bookmark itself.                    

擴展基本資訊

名稱 Random bookmark by Denis Random bookmark by Denis
ID pffanfmkaeilbhcfngndhfajiafhmenf
官方網址 https://chromewebstore.google.com/detail/random-bookmark-by-denis/pffanfmkaeilbhcfngndhfajiafhmenf
簡介 Minimal way to open a random bookmark
檔案大小 151 KB
安裝次數 25
目前版本 1.0.3
更新時間 2022-11-19
上架時間 2020-01-16
評分 5.00/5 共 1 次評分
開發者 https://sokolov.cc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/denis-sokolov/chrome-random-bookmark
說明頁面URL https://github.com/denis-sokolov/chrome-random-bookmark/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "version": "1.0.3",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "src\/icons\/16.png",
        "48": "src\/icons\/48.png",
        "128": "src\/icons\/128.png",
        "256": "src\/icons\/256.png"
    },
    "incognito": "split",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "bookmarks"
    ],
    "web_accessible_resources": [
        "index.html"
    ]
}