My Bookmarks

A browser action with a popup dump of all bookmarks, including search, add, edit and delete.

My Bookmarksとは何ですか?

My Bookmarksはhttps://www.movinnza.inによって開発されたChromeの拡張機能で、その主な機能は「A browser action with a popup dump of all bookmarks, including search, add, edit and delete.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extensions allows you to access your bookmarks by clicking on the top bookmark icon. You can add/edit/delete bookmark here. If you have lot of bookmark you can search with specific name and result will be displayed below.

If you found a bug, have an ideas for features or improvements, please let me know.                    

拡張機能の基本情報

名前 My Bookmarks My Bookmarks
ID ccofnkilgkcpncnookbdnoileiidolka
公式URL https://chromewebstore.google.com/detail/my-bookmarks/ccofnkilgkcpncnookbdnoileiidolka
説明 A browser action with a popup dump of all bookmarks, including search, add, edit and delete.
ファイルサイズ 10.08 KB
インストール数 44
現在のバージョン 1.1
最終更新日 2020-06-02
公開日 2020-06-02
開発者 https://www.movinnza.in
支払い方法 free
ヘルプページのURL https://www.movinnza.in/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Bookmarks",
    "version": "1.1",
    "description": "A browser action with a popup dump of all bookmarks, including search, add, edit and delete.",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "My Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}