My Atoms

Sync your highlights on Kindle & Medium to My Atoms, select text on any web page and send to My Atoms

My Atomsคืออะไร?

My Atoms เป็นส่วนขยายของ Chrome ที่พัฒนาโดย My Atoms และคุณลักษณะหลักของมันคือ "Sync your highlights on Kindle & Medium to My Atoms, select text on any web page and send to My Atoms"

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

screenshot
screenshot
screenshot

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

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

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

                        With this extension, you can:

- Select text on any web page and send it to My Atoms
- Sync Kindle highlight/notes to My Atoms
- Sync Medium highlights to My Atoms                    

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

ชื่อ My Atoms My Atoms
ID gddpfdjbnkcicmmcapdcbeeodgljekml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-atoms/gddpfdjbnkcicmmcapdcbeeodgljekml
คำอธิบาย Sync your highlights on Kindle & Medium to My Atoms, select text on any web page and send to My Atoms
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 394
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2022-10-06
วันที่เผยแพร่ 2021-12-24
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา My Atoms
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://myatoms.io
URL หน้าช่วยเหลือ https://feedback.myatoms.io/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Atoms",
    "version": "0.0.5",
    "icons": {
        "16": "assets\/icons\/logo-16.png",
        "32": "assets\/icons\/logo-32.png",
        "48": "assets\/icons\/logo-48.png",
        "128": "assets\/icons\/logo-128.png"
    },
    "description": "Sync your highlights on Kindle & Medium to My Atoms, select text on any web page and send to My Atoms",
    "homepage_url": "https:\/\/myatoms.io",
    "short_name": "My Atoms",
    "permissions": [
        "notifications",
        "contextMenus",
        "activeTab",
        "http:\/\/localhost:9000\/*",
        "https:\/\/beta.myatoms.io\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "William",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/logo-16.png",
            "32": "assets\/icons\/logo-32.png",
            "48": "assets\/icons\/logo-48.png",
            "128": "assets\/icons\/logo-128.png"
        },
        "default_title": "My Atoms",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.myatoms.io\/*",
            "http:\/\/localhost:9000\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/read.amazon.com\/notebook*",
                "https:\/\/medium.com\/me\/list\/highlights*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}