Full Width Twitter
Change twitter layout to full-width and bold in links
Full Width Twitter क्या है?
Full Width Twitter https://www.twisted.cz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change twitter layout to full-width and bold in links"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Full Width Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Change twitter layout to full-width and bold in links === no ads, no logins, just profit :) CHANGELOG ========== 0.5 - twitter changes 0-4 - afect just home screen 0.3 - change styles on other screens 0.2 - bold-in links 0.1 - first prototype
एक्सटेंशन की मूल जानकारी
नाम | Full Width Twitter |
ID | lmocojeaajhekebcnifbejlggachgmim |
आधिकारिक URL | https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim |
विवरण | Change twitter layout to full-width and bold in links |
फ़ाइल का आकार | 46.64 KB |
स्थापना संख्या | 125 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2013-06-24 |
प्रकाशन तिथि | 2013-06-24 |
रेटिंग | 4.40/5 कुल 10 रेटिंग्स |
डेवलपर | https://www.twisted.cz |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Width Twitter", "version": "0.5", "manifest_version": 2, "description": "Change twitter layout to full-width and bold in links", "background": { "scripts": [ "myjs.js" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Full width Twitter" }, "offline_enabled": true, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyle.css" ] } ] } |