Bookmark more

Copy and Paste more

Bookmark more là gì?

Bookmark more là một tiện ích mở rộng Chrome được phát triển bởi satoshiho2012, và tính năng chính của nó là "Copy and Paste more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmark more

Tải xuống các tệp mở rộng Bookmark more dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bookmark more Bookmark more
ID jdleicahfbehiikjcaocollfhbnigplo
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-more/jdleicahfbehiikjcaocollfhbnigplo
Mô tả Copy and Paste more
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 3.5
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2018-09-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển satoshiho2012
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://engineernest.com/extensions/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}