Bookmark more

Copy and Paste more

Bookmark moreคืออะไร?

Bookmark more เป็นส่วนขยายของ Chrome ที่พัฒนาโดย satoshiho2012 และคุณลักษณะหลักของมันคือ "Copy and Paste more"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark more

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}