Full Width Twitter
Change twitter layout to full-width and bold in links
Co to jest Full Width Twitter?
Full Width Twitter to rozszerzenie Chrome opracowane przez https://www.twisted.cz, a jego główną funkcją jest „Change twitter layout to full-width and bold in links”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Full Width Twitter
Pobierz pliki rozszerzeń Full Width Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Full Width Twitter |
ID | lmocojeaajhekebcnifbejlggachgmim |
Oficjalny URL | https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim |
Opis | Change twitter layout to full-width and bold in links |
Rozmiar pliku | 46.64 KB |
Liczba instalacji | 125 |
Aktualna Wersja | 0.5 |
Ostatnia Aktualizacja | 2013-06-24 |
Data Publikacji | 2013-06-24 |
Ocena | 4.40/5 Łącznie 10 Oceny |
Deweloper | https://www.twisted.cz |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |