Full Width Twitter
Change twitter layout to full-width and bold in links
Was ist Full Width Twitter?
Full Width Twitter ist eine Chrome-Erweiterung, die von https://www.twisted.cz entwickelt wurde, und ihr Hauptmerkmal ist "Change twitter layout to full-width and bold in links".
Erweiterungsscreenshots
Full Width Twitter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Full Width Twitter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lmocojeaajhekebcnifbejlggachgmim |
| Offizielle URL | https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim |
| Beschreibung | Change twitter layout to full-width and bold in links |
| Dateigröße | 46.64 KB |
| Installationsanzahl | 125 |
| Aktuelle Version | 0.5 |
| Letztes Update | 2013-06-24 |
| Veröffentlichungsdatum | 2013-06-24 |
| Bewertung | 4.40/5 Insgesamt 10 Bewertungen |
| Entwickler | https://www.twisted.cz |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |