Find My Bookmarks: Search Your Bookmarks

Find your bookmarks for the current website, automatically.

Cos'è Find My Bookmarks: Search Your Bookmarks?

Find My Bookmarks: Search Your Bookmarks è un'estensione di Chrome sviluppata da https://www.findmybookmarks.com, e la sua funzione principale è "Find your bookmarks for the current website, automatically.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Find My Bookmarks: Search Your Bookmarks

Scarica i file di estensione Find My Bookmarks: Search Your Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Find My Bookmarks: Search Your Bookmarks Find My Bookmarks: Search Your Bookmarks
ID cahmhjehomglimoklhidcfdlfmahlold
URL Ufficiale https://chromewebstore.google.com/detail/find-my-bookmarks-search/cahmhjehomglimoklhidcfdlfmahlold
Descrizione Find your bookmarks for the current website, automatically.
Dimensione del File 53.02 KB
Conteggio Installazioni 13,185
Versione Corrente 1.2.2
Ultimo Aggiornamento 2019-04-11
Data di Pubblicazione 2019-04-11
Valutazione 4.04/5 Totale 51 Valutazioni
Sviluppatore https://www.findmybookmarks.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.findmybookmarks.com
URL della Pagina di Aiuto http://www.findmybookmarks.com/contact-support/
Lingue Supportate 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'"
}