net

Save and organize the web as a Kanban board

net क्या है?

net taehyoung.jo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save and organize the web as a Kanban board"।

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

screenshot
screenshot
screenshot

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

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

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

                        Net is an extension to save links quickly and organize them as "cards" and "lists" in the style of a Kanban board. 
Using Net = Clean and intuitive link saving + Less memory consumption

FEATURES
✅ Left click the Net icon in the Chrome toolbar to add the current tab as a card of your leftmost list.
✅ Right clicking the Net icon will give you the options to "send all tabs" and "send and close all tabs" of your current window to Net.
✅ Right click the Net icon and "Go to your net" to access your saved links.
✅ Once in your Net, you can easily create and name new lists and add new cards. Cards can take a URL, text, or both a URL and some text to act as the card title
✅ You can also add lists and cards to your clipboard, import a group of links, and open a link or all of the links in a list with one click.
✅ Net syncs between Chrome browsers through your Google account.

OPTIONS
✅ Choose whether to open your net on launch
✅ Choose between several preset themes

PRIVACY
Saved links are stored locally and not accessible by the developer                    

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

नाम net net
ID oamnlagfdfkeknledfohbhioadpmacoh
आधिकारिक URL https://chromewebstore.google.com/detail/net/oamnlagfdfkeknledfohbhioadpmacoh
विवरण Save and organize the web as a Kanban board
फ़ाइल का आकार 493 KB
स्थापना संख्या 162
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-06-05
प्रकाशन तिथि 2020-06-05
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर taehyoung.jo
भुगतान के प्रकार free
सहायता पृष्ठ URL https://discord.gg/mKmj9y
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "net",
    "description": "Save and organize the web as a Kanban board",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "index.html",
    "browser_action": [],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}