Awesome Bookmarks Button

Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.

Awesome Bookmarks Buttonとは何ですか?

Awesome Bookmarks Buttonはhttps://upway2late.comによって開発されたChromeの拡張機能で、その主な機能は「Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        It's a shortcut button to open the bookmarks.                    

拡張機能の基本情報

名前 Awesome Bookmarks Button Awesome Bookmarks Button
ID dgkaehmmlnblfmmpdebmhjieffcjjjph
公式URL https://chromewebstore.google.com/detail/awesome-bookmarks-button/dgkaehmmlnblfmmpdebmhjieffcjjjph
説明 Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.
ファイルサイズ 32.94 KB
インストール数 2,336
現在のバージョン 1.2.0.0
最終更新日 2020-12-03
公開日 2016-09-22
評価 4.43/5 合計 30 レビュー
開発者 https://upway2late.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.upway2late.com/projects/buttons-project
ヘルプページのURL http://www.upway2late.com/projects/buttons-project
プライバシーポリシーページのURL http://www.upway2late.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Bookmarks Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.",
    "icons": {
        "16": "bookmarks_16.png",
        "48": "bookmarks_48.png",
        "128": "bookmarks_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "bookmarks_19.png",
        "default_title": "Awesome Bookmarks Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}