Their Medium
Find your favorite Twitter users on Medium.
ما هو Their Medium؟
Their Medium هو إضافة Chrome تم تطويرها بواسطة http://96problems.com، والميزة الرئيسية لها هي "Find your favorite Twitter users on Medium.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Their Medium
قم بتنزيل ملفات الامتداد Their Medium بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Their Medium let’s you easily see which Twitter users are on Medium just by glancing at their profile. No need to search Medium to see what the people you follow are writing. Jump straight to Medium from their profile.
معلومات أساسية عن التمديد
الاسم | |
ID | bbfdmbppdeibcpndigonmkmjhpigeoep |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/their-medium/bbfdmbppdeibcpndigonmkmjhpigeoep |
الوصف | Find your favorite Twitter users on Medium. |
حجم الملف | 40.19 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2015-09-25 |
تاريخ النشر | 2015-09-25 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://96problems.com |
نوع الدفع | free |
موقع الإضافة | http://96problems.com/first-draft |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Their Medium", "description": "Find your favorite Twitter users on Medium.", "version": "1.1.1", "permissions": [ "https:\/\/twitter.com\/*", "https:\/\/medium.com\/@*", "*:\/\/*\/*", "tabs" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/jquery-2.1.4.min.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "js\/jquery-2.1.4.min.js", "js\/run.js" ], "css": [ "style.css" ] }, { "matches": [ "http:\/\/www.96problems.com\/their-medium\/" ], "js": [ "js\/installCheck.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/Medium-logo-dark100.png", "img\/medium-small.png" ], "manifest_version": 2 } |