Readability for Google Plus™
Makes comment text clear in Google+'s new design
Vad är Readability for Google Plus™?
Readability for Google Plus™ är en Chrome-tillägg utvecklad av Tzafrir Rehan, och dess huvudfunktion är "Makes comment text clear in Google+'s new design".
Tilläggsskärmbilder
Ladda ner Readability for Google Plus™-förlängningens CRX-fil
Ladda ner Readability for Google Plus™-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
Somebody in Google decided that grey text over a grey background is something users are able to read. I disagree. This extension will make comments' text black and clear.
Grundläggande Information om Tillägg
Namn | |
ID | kndkppheelokdboefcboglgbnihnpgnd |
Officiell webbadress | https://chrome.google.com/webstore/detail/readability-for-google-pl/kndkppheelokdboefcboglgbnihnpgnd |
Beskrivning | Makes comment text clear in Google+'s new design |
Filstorlek | 4.92 KB |
Antal Installationer | 1,868 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2012-09-12 |
Publiceringsdatum | 2012-09-12 |
Betyg | 4.70/5 Totalt 20 Betyg |
Utvecklare | Tzafrir Rehan |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readability for Google Plus\u2122", "description": "Makes comment text clear in Google+'s new design", "version": "1.3", "icons": { "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "readability.js" ], "matches": [ "https:\/\/plus.google.com\/*" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/plus.google.com\/*" ], "manifest_version": 2 } |