Full Width Twitter
Change twitter layout to full-width and bold in links
Wat is Full Width Twitter?
Full Width Twitter is een Chrome-extensie ontwikkeld door https://www.twisted.cz, en de belangrijkste functie is "Change twitter layout to full-width and bold in links".
Extensie Screenshots
Download het CRX-bestand van de extensie Full Width Twitter
Download Full Width Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lmocojeaajhekebcnifbejlggachgmim |
| Officiële URL | https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim |
| Beschrijving | Change twitter layout to full-width and bold in links |
| Bestandsgrootte | 46.64 KB |
| Aantal Installaties | 125 |
| Huidige Versie | 0.5 |
| Laatst Bijgewerkt | 2013-06-24 |
| Publicatiedatum | 2013-06-24 |
| Beoordeling | 4.40/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | https://www.twisted.cz |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |