Twitter Account Colors
Changes Web Twitter's color scheme based on the current logged-in account.
ما هو Twitter Account Colors؟
Twitter Account Colors هو إضافة Chrome تم تطويرها بواسطة William Thomas، والميزة الرئيسية لها هي "Changes Web Twitter's color scheme based on the current logged-in account.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Account Colors
قم بتنزيل ملفات الامتداد Twitter Account Colors بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Makes a small change to the home page of Twitter.com. The background will be replaced from its boring white color to your profile's selected accent color. Helpful for quickly identifying which account you are logged in as, too!
معلومات أساسية عن التمديد
الاسم | |
ID | lflmocamcdfgdakobokepedjmhigbhlm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/twitter-account-colors/lflmocamcdfgdakobokepedjmhigbhlm |
الوصف | Changes Web Twitter's color scheme based on the current logged-in account. |
حجم الملف | 51.32 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2016-05-17 |
تاريخ النشر | 2016-05-17 |
المطور | William Thomas |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "William Thomas", "description": "Changes Web Twitter's color scheme based on the current logged-in account.", "homepage_url": "http:\/\/willseph.com\/", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "manifest_version": 2, "name": "Twitter Account Colors", "permissions": [ "https:\/\/twitter.com\/*" ], "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "css\/twitteraccountcolors.css" ], "js": [ "js\/jquery.min.js", "js\/twitteraccountcolors.js" ] } ], "web_accessible_resources": [ "img\/ajax.gif" ] } |