Tumblr Post Controls
Reblog, Like, etc, to the top of posts in the dash
ما هو Tumblr Post Controls؟
Tumblr Post Controls هو إضافة Chrome تم تطويرها بواسطة Kyle Ladd، والميزة الرئيسية لها هي "Reblog, Like, etc, to the top of posts in the dash".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tumblr Post Controls
قم بتنزيل ملفات الامتداد Tumblr Post Controls بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Move post controls (reblog, like, etc) to the top of posts in the dashboard.
معلومات أساسية عن التمديد
الاسم | |
ID | gafampkaegokokdgbpnlilnadienfhad |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tumblr-post-controls/gafampkaegokokdgbpnlilnadienfhad |
الوصف | Reblog, Like, etc, to the top of posts in the dash |
حجم الملف | 2.86 KB |
عدد التثبيتات | 94 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2013-07-07 |
تاريخ النشر | 2013-07-07 |
المطور | Kyle Ladd |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/www.tumblr.com\/dashboard" ] } ], "description": "Reblog, Like, etc, to the top of posts in the dash", "manifest_version": 2, "name": "Tumblr Post Controls", "version": "1.0.4" } |