Bookmark more

Copy and Paste more

什麼是Bookmark more?

Bookmark more是由satoshiho2012開發的Chrome擴展程式,該擴展的主要功能是“Copy and Paste more”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Bookmark more擴展crx文件

下載Bookmark more擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Bookmark More is Bookmark/MostTop/History/RSS/Clipboard search tool bundler.
Normally we browse so many web contents and how to find one out of them is very hard these days.
Even though you bookmark the contents its still hard because chrome's default bookmark is not user-friendly.

This is very easily accessible to contents you wanted to go since this has filtering features. 
Plus we did all bundling search tool into one extension so that we dont have to open here or there.
Enhance your productivity to search web contents with this.                    

擴展基本資訊

名稱 Bookmark more Bookmark more
ID jdleicahfbehiikjcaocollfhbnigplo
官方網址 https://chromewebstore.google.com/detail/bookmark-more/jdleicahfbehiikjcaocollfhbnigplo
簡介 Copy and Paste more
檔案大小 267 KB
安裝次數 43
目前版本 3.5
更新時間 2024-01-24
上架時間 2018-09-24
評分 5.00/5 共 1 次評分
開發者 satoshiho2012
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://engineernest.com/extensions/privacy_policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/main.js",
        "type": "module"
    },
    "chrome_url_overrides": [],
    "description": "Copy and Paste more",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'"
    },
    "action": {
        "default_icon": "img\/icon22.png",
        "default_title": "Bookmark more",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/toolbar1705998360.css",
                "options.html",
                "js\/options1705998360.js",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "name": "Bookmark more",
    "permissions": [
        "storage",
        "bookmarks",
        "topSites",
        "history",
        "clipboardWrite",
        "clipboardRead",
        "alarms",
        "webRequest",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "3.5"
}