Fokus
Emphasized text-highlighting
Hvad er Fokus?
Fokus er en Chrome-udvidelse udviklet af hakim.elhattab, og dens hovedfunktion er "Emphasized text-highlighting".
Udvidelsesskærmbilleder
Download Fokus-udvidelses-CRX-fil
Download Fokus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Fokus emphasizes anything you select by covering the rest of the page with a semi-transparent black overlay. You can try it out here http://lab.hakim.se/fokus/ before installing. The plugin comes with a few options that can be accessed from Chrome's extension listing page. This allows you to: - Adjust overlay opacity - Specify a modifier key shift/ctrl/alt/cmd which must be held down to active the overlay - Adjust the padding around selection
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | flkkpmjbbpijiedjdgnhkcgopgnflehe |
Officiel URL | https://chromewebstore.google.com/detail/fokus/flkkpmjbbpijiedjdgnhkcgopgnflehe |
Beskrivelse | Emphasized text-highlighting |
Filstørrelse | 10.25 KB |
Antal Installationer | 1,157 |
Nuværende Version | 1.7 |
Senest Opdateret | 2012-09-30 |
Udgivelsesdato | 2012-09-30 |
Bedømmelse | 4.37/5 Samlet 27 Bedømmelser |
Udvikler | hakim.elhattab |
Betalingsmetode | free |
Udvidelseswebsted | http://lab.hakim.se/fokus |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fokus", "version": "1.7", "manifest_version": 2, "description": "Emphasized text-highlighting", "icons": { "16": "fokus16.png", "48": "fokus48.png", "128": "fokus128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "fokus.min.js" ] } ], "options_page": "options.html", "permissions": [ "storage" ] } |