Find My Bookmarks: Search Your Bookmarks

Find your bookmarks for the current website, automatically.

What is Find My Bookmarks: Search Your Bookmarks?

Find My Bookmarks: Search Your Bookmarks is a Chrome extension developed by https://www.findmybookmarks.com, and its main feature is "Find your bookmarks for the current website, automatically.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Find My Bookmarks: Search Your Bookmarks Extension CRX File

Download Find My Bookmarks: Search Your Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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'.                    

Extension Basic Information

Name Find My Bookmarks: Search Your Bookmarks Find My Bookmarks: Search Your Bookmarks
ID cahmhjehomglimoklhidcfdlfmahlold
Official URL https://chromewebstore.google.com/detail/find-my-bookmarks-search/cahmhjehomglimoklhidcfdlfmahlold
Description Find your bookmarks for the current website, automatically.
File Size 53.02 KB
Installation Count 13,185
Current Version 1.2.2
Last Updated 2019-04-11
Publish Date 2019-04-11
Rating 4.04/5 Total 51 Ratings
Developer https://www.findmybookmarks.com
Email [email protected]
Payment Type free
Extension Website http://www.findmybookmarks.com
Help Page URL http://www.findmybookmarks.com/contact-support/
Supported Languages 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'"
}