Find My Bookmarks: Search Your Bookmarks

Find your bookmarks for the current website, automatically.

Qu'est-ce que Find My Bookmarks: Search Your Bookmarks ?

Find My Bookmarks: Search Your Bookmarks est une extension Chrome développée par https://www.findmybookmarks.com, et sa fonction principale est "Find your bookmarks for the current website, automatically.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Find My Bookmarks: Search Your Bookmarks

Téléchargez les fichiers d'extension Find My Bookmarks: Search Your Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Find My Bookmarks: Search Your Bookmarks Find My Bookmarks: Search Your Bookmarks
ID cahmhjehomglimoklhidcfdlfmahlold
URL Officiel https://chromewebstore.google.com/detail/find-my-bookmarks-search/cahmhjehomglimoklhidcfdlfmahlold
Description Find your bookmarks for the current website, automatically.
Taille du Fichier 53.02 KB
Nombre d'Installations 13,185
Version Actuelle 1.2.2
Dernière Mise à Jour 2019-04-11
Date de Publication 2019-04-11
Évaluation 4.04/5 Total 51 Évaluations
Développeur https://www.findmybookmarks.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.findmybookmarks.com
URL de la Page d'Aide http://www.findmybookmarks.com/contact-support/
Langues Prises en Charge 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'"
}