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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में My Atoms एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}