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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة My Atoms
قم بتنزيل ملفات الامتداد My Atoms بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" ] } ] } |