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
官方網址 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
電子郵箱 [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'"
}