save4me

I will help you to never lose your links again.

save4meคืออะไร?

save4me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย save4meproject และคุณลักษณะหลักของมันคือ "I will help you to never lose your links again."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Save your link easily as you open the Google. All that with Save4Me solution.

Only need to click on the extension and make the login with Google and put your link and save it. After that it's done, your link is saved and at any time you need it your content is there.                    

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

ชื่อ save4me save4me
ID hgeljhlpmkmbblgnnoalfgedcaekbcnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save4me/hgeljhlpmkmbblgnnoalfgedcaekbcnd
คำอธิบาย I will help you to never lose your links again.
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 1.0.22
อัปเดตครั้งล่าสุด 2022-07-30
วันที่เผยแพร่ 2022-07-07
ผู้พัฒนา save4meproject
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://magic-litter-05e.notion.site/Save4Me-Wiki-9575e19bc6184c8aa0bee2cdff9a9879
URL หน้านโยบายความเป็นส่วนตัว https://magic-litter-05e.notion.site/Save4Me-Privacy-Policy-fc1ad26b5f6f4eb8b525eff3c6e0b5a7
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "save4me",
    "short_name": "save4me",
    "version": "1.0.22",
    "description": "I will help you to never lose your links again.",
    "icons": {
        "16": "plugin\/16x16.png",
        "48": "plugin\/48x48.png",
        "128": "plugin\/128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApLK3Q3TNX2ooJAUUdTSEpLB+qYMmI2HYRhrvp2cjBMX+heb21B5KxZ8p4Zj2CxG7c6XA7LzhLbWLZHhwo5Hz0\/BL3EC+9DXXH5mZHIQwhFPFyc1AFm7sQPBXJJUj6K4I6ej6nRQtDo4YW+jV7hhCZmBZ7CzQinhuidHCRVGEemnjn455TwS3uI6\/D7Eclhq8zj0QYKlRVUUiy0eK9VtPqC5LI62xUoUMLELtBTJnVQlNKlMcacN6\/+Th0FfwwcuIaWLiyZpl8NsGuQRifW+EFJbltwLS7u4ayBftWa\/mqoa3x8G+JjYVrGWsUu3fQ126Bf9sABQR9IrcZlH2cFJd0QIDAQAB",
    "commands": {
        "save": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Save the current page."
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "index.html"
    }
}