My Atoms

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

Qu'est-ce que My Atoms ?

My Atoms est une extension Chrome développée par My Atoms, et sa fonction principale est "Sync your highlights on Kindle & Medium to My Atoms, select text on any web page and send to My Atoms".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension My Atoms

Téléchargez les fichiers d'extension My Atoms au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom My Atoms My Atoms
ID gddpfdjbnkcicmmcapdcbeeodgljekml
URL Officiel https://chromewebstore.google.com/detail/my-atoms/gddpfdjbnkcicmmcapdcbeeodgljekml
Description Sync your highlights on Kindle & Medium to My Atoms, select text on any web page and send to My Atoms
Taille du Fichier 124 KB
Nombre d'Installations 394
Version Actuelle 0.0.5
Dernière Mise à Jour 2022-10-06
Date de Publication 2021-12-24
Évaluation 3.50/5 Total 2 Évaluations
Développeur My Atoms
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://myatoms.io
URL de la Page d'Aide https://feedback.myatoms.io/
Langues Prises en Charge 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"
            ]
        }
    ]
}