Pikurate

Smart Bookmark, Pikurate.

Pikurateคืออะไร?

Pikurate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pikurate.com และคุณลักษณะหลักของมันคือ "Smart Bookmark, Pikurate."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Pikurate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bookmarks to Knowledge
Save the link you want right away with Pikurate.

You can create your own knowledge repository with bookmarks using Pikurate.
Save webpages faster and easier with the Pikurate extension.

▶ Easy Link Save
• Open Pikurate Extension Program in the webpage that you want to save. You can save it easily with the shortcut key “Shift+Ctrl+K”.

▶ Save links in One Scoop
• Open them all on one window and try saving them all together. You don't need to save them one by one.

▶ Efficient Link Management
• Organize the links how you want to and write a brief description. You can find the links you need when you need them.

▶ Access the links from anywhere
• Saved links with extension program can be found directly on your PC or mobile app. Manage links everywhere.

Pikurate: www.pikurate.com
Contact: help.pikurate.com/hc/ko                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pikurate Pikurate
ID camokcdafphddjjhkjmfjffpjejkaaim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pikurate/camokcdafphddjjhkjmfjffpjejkaaim
คำอธิบาย Smart Bookmark, Pikurate.
ขนาดไฟล์ 7.4 MB
จำนวนการติดตั้ง 1,242
เวอร์ชันปัจจุบัน 3.0.9
อัปเดตครั้งล่าสุด 2023-03-30
วันที่เผยแพร่ 2020-07-07
คะแนน 4.57/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา https://pikurate.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pikurate.com
URL หน้าช่วยเหลือ https://www.pikurate.com
URL หน้านโยบายความเป็นส่วนตัว https://www.pikurate.com/privacy
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "3.0.9",
    "description": "__MSG_extDesc__",
    "default_locale": "ko",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    },
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "oauth2": {
        "client_id": "689836669028-95fd7tp3ro4ce8tt13ctccsrpd26qlrd.apps.googleusercontent.com",
        "scopes": [
            "profile email",
            "https:\/\/www.googleapis.com\/auth\/contacts"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/www.gstatic.com https:\/\/www.googleapis.com https:\/\/securetoken.googleapis.com 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/localhost:9999\/*",
        "http:\/\/localhost:8000\/*",
        "http:\/\/*.pikurate.com\/*",
        "https:\/\/*.pikurate.com\/*",
        "*:\/\/*.google.com\/*"
    ],
    "manifest_version": 2
}