Full Width Twitter
Change twitter layout to full-width and bold in links
Vad är Full Width Twitter?
Full Width Twitter är en Chrome-tillägg utvecklad av https://www.twisted.cz, och dess huvudfunktion är "Change twitter layout to full-width and bold in links".
Tilläggsskärmbilder
Ladda ner Full Width Twitter-förlängningens CRX-fil
Ladda ner Full Width Twitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Full Width Twitter |
ID | lmocojeaajhekebcnifbejlggachgmim |
Officiell webbadress | https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim |
Beskrivning | Change twitter layout to full-width and bold in links |
Filstorlek | 46.64 KB |
Antal Installationer | 125 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2013-06-24 |
Publiceringsdatum | 2013-06-24 |
Betyg | 4.40/5 Totalt 10 Betyg |
Utvecklare | https://www.twisted.cz |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |