Line Tab

A new tab page built for the quickest browsing experience

Line Tab क्या है?

Line Tab Shahryar Parvez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new tab page built for the quickest browsing experience"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Line Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Line Tab Line Tab
ID flfjdodphlkeahmbnchjjjkoooahhkio
आधिकारिक URL https://chrome.google.com/webstore/detail/line-tab/flfjdodphlkeahmbnchjjjkoooahhkio
विवरण A new tab page built for the quickest browsing experience
फ़ाइल का आकार 167 KB
स्थापना संख्या 28
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2019-01-13
प्रकाशन तिथि 2019-01-13
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर Shahryar Parvez
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ssparvez.github.io/line-tab
गोपनीयता नीति पृष्ठ URL https://ssparvez.github.io/line-tab/privacy
समर्थित भाषाएँ 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"
    ]
}