Full Width Twitter
Change twitter layout to full-width and bold in links
Qu'est-ce que Full Width Twitter ?
Full Width Twitter est une extension Chrome développée par https://www.twisted.cz, et sa fonction principale est "Change twitter layout to full-width and bold in links".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Full Width Twitter
Téléchargez les fichiers d'extension Full Width Twitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Full Width Twitter |
ID | lmocojeaajhekebcnifbejlggachgmim |
URL Officiel | https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim |
Description | Change twitter layout to full-width and bold in links |
Taille du Fichier | 46.64 KB |
Nombre d'Installations | 125 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2013-06-24 |
Date de Publication | 2013-06-24 |
Évaluation | 4.40/5 Total 10 Évaluations |
Développeur | https://www.twisted.cz |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |