Line Tab
A new tab page built for the quickest browsing experience
Hvad er Line Tab?
Line Tab er en Chrome-udvidelse udviklet af Shahryar Parvez, og dens hovedfunktion er "A new tab page built for the quickest browsing experience".
Udvidelsesskærmbilleder
Download Line Tab-udvidelses-CRX-fil
Download Line Tab-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
Speed up your browsing experience with Line Tab - the command-based new tab page. For the regular CLI users out there, Line Tab will make you feel right at home in the browser. For others, it will make you feel like a true hacker. Why use line tab? - Launch your main bookmarks - Search on Google - Jump to any url - A dark mode option If there is a command or general feature you'd like to see, feel free to drop a message.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | flfjdodphlkeahmbnchjjjkoooahhkio |
Officiel URL | https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio |
Beskrivelse | A new tab page built for the quickest browsing experience |
Filstørrelse | 167 KB |
Antal Installationer | 28 |
Nuværende Version | 1.0.0.0 |
Senest Opdateret | 2019-01-13 |
Udgivelsesdato | 2019-01-13 |
Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
Udvikler | Shahryar Parvez |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://ssparvez.github.io/line-tab |
URL til Fortrolighedspolitik Side | https://ssparvez.github.io/line-tab/privacy |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Line Tab", "description": "A new tab page built for the quickest browsing experience", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "version": "1.0.0.0", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "bookmarks", "tabs", "storage" ] } |