Find My Bookmarks: Search Your Bookmarks

Find your bookmarks for the current website, automatically.

Find My Bookmarks: Search Your Bookmarksとは何ですか?

Find My Bookmarks: Search Your Bookmarksはhttps://www.findmybookmarks.comによって開発されたChromeの拡張機能で、その主な機能は「Find your bookmarks for the current website, automatically.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Ever visit a website and wish you could find you bookmarked there and manage your Chrome bookmarks easily? Find My Bookmarks Chrome Extension locates your bookmarks for the current site you are on automatically. An icon appears giving you single click access to bookmarks that match so you can search and browse your Chrome bookmarks.

Features:
- View your Chrome bookmarks for the current site
- Search your Chrome bookmarks to narrow the list
- Open found Chrome bookmarks in a new tab
- Share bookmarks through email and social media
- Delete bookmarks at a single click

Found a bug? Want a feature? Go to the 'Details' tab and click on 'Support'.                    

拡張機能の基本情報

名前 Find My Bookmarks: Search Your Bookmarks Find My Bookmarks: Search Your Bookmarks
ID cahmhjehomglimoklhidcfdlfmahlold
公式URL https://chromewebstore.google.com/detail/find-my-bookmarks-search/cahmhjehomglimoklhidcfdlfmahlold
説明 Find your bookmarks for the current website, automatically.
ファイルサイズ 53.02 KB
インストール数 13,185
現在のバージョン 1.2.2
最終更新日 2019-04-11
公開日 2019-04-11
評価 4.04/5 合計 51 レビュー
開発者 https://www.findmybookmarks.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.findmybookmarks.com
ヘルプページのURL http://www.findmybookmarks.com/contact-support/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find My Bookmarks: Search Your Bookmarks",
    "short_name": "Find My Bookmarks",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "Find your bookmarks for the current website, automatically.",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_title": "Find My Bookmarks",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}