Awesome Recent Bookmarks

Shows recent bookmark

Awesome Recent Bookmarksとは何ですか?

Awesome Recent Bookmarksはtoumasuxpによって開発されたChromeの拡張機能で、その主な機能は「Shows recent bookmark」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Show recent bookmarks menu. Works with Google Chrome bookmarks.

You change settings of this extension if you don't like default settings.

For example,

- the number of showing recent bookmarks
- alert when you delete a recent bookmarks                    

拡張機能の基本情報

名前 Awesome Recent Bookmarks Awesome Recent Bookmarks
ID ddnfpifnooijlnjhnndijfcbppjdmece
公式URL https://chrome.google.com/webstore/detail/awesome-recent-bookmarks/ddnfpifnooijlnjhnndijfcbppjdmece
説明 Shows recent bookmark
ファイルサイズ 48.77 KB
インストール数 29
現在のバージョン 0.1.5
最終更新日 2021-10-15
公開日 2020-01-26
評価 5.00/5 合計 1 レビュー
開発者 toumasuxp
Eメール [email protected]
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Recent Bookmarks",
    "version": "0.1.5",
    "description": "Shows recent bookmark",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_title": "Awesome Recent Bookmarks",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "bookmarks"
    ]
}