Twitter Account Colors
Changes Web Twitter's color scheme based on the current logged-in account.
Twitter Account Colors क्या है?
Twitter Account Colors William Thomas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes Web Twitter's color scheme based on the current logged-in account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Account Colors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |