Web Bookmark

Access your Chrome bookmarks from anywhere.

Web Bookmarkとは何ですか?

Web BookmarkはSAGANによって開発されたChromeの拡張機能で、その主な機能は「Access your Chrome bookmarks from anywhere.」です。

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

screenshot
screenshot

Web Bookmark拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension makes your Chrome bookmarks available in a web page, so you can access your Chrome bookmarks from any devices or browsers via the web.

Usage: click the extension icon (pink heart), then open the "My Web Bookmark" link, and you will see all your Chrome bookmarks here. Save the link of this page to anywhere you need.

从任何地方访问您的 Chrome 收藏夹.                    

拡張機能の基本情報

名前 Web Bookmark Web Bookmark
ID ocgpeglcikmofdphblhakkpkndifnhkh
公式URL https://chromewebstore.google.com/detail/web-bookmark/ocgpeglcikmofdphblhakkpkndifnhkh
説明 Access your Chrome bookmarks from anywhere.
ファイルサイズ 39.18 KB
インストール数 148
現在のバージョン 1.0.4
最終更新日 2023-05-11
公開日 2019-01-02
評価 3.00/5 合計 2 レビュー
開発者 SAGAN
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Bookmark",
    "description": "Access your Chrome bookmarks from anywhere.",
    "version": "1.0.4",
    "author": "Jacques De SAGAN",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    }
}