Find My Bookmarks: Search Your Bookmarks

Find your bookmarks for the current website, automatically.

Apa itu Find My Bookmarks: Search Your Bookmarks?

Find My Bookmarks: Search Your Bookmarks adalah ekstensi Chrome yang dikembangkan oleh https://www.findmybookmarks.com, dan fitur utamanya adalah "Find your bookmarks for the current website, automatically.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Find My Bookmarks: Search Your Bookmarks

Unduh file ekstensi Find My Bookmarks: Search Your Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Find My Bookmarks: Search Your Bookmarks Find My Bookmarks: Search Your Bookmarks
ID cahmhjehomglimoklhidcfdlfmahlold
URL Resmi https://chromewebstore.google.com/detail/find-my-bookmarks-search/cahmhjehomglimoklhidcfdlfmahlold
Deskripsi Find your bookmarks for the current website, automatically.
Ukuran File 53.02 KB
Jumlah Instalasi 13,185
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2019-04-11
Tanggal Publikasi 2019-04-11
Penilaian 4.04/5 Total 51 Penilaian
Pengembang https://www.findmybookmarks.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.findmybookmarks.com
URL Halaman Bantuan http://www.findmybookmarks.com/contact-support/
Bahasa yang Didukung 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'"
}