LinkList

Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.

LinkListとは何ですか?

LinkListはSpaceBakeによって開発されたChromeの拡張機能で、その主な機能は「Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.」です。

拡張機能のスクリーンショット

screenshot
screenshot

LinkList拡張機能のCRXファイルをダウンロード

LinkList拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you often find yourself coming across an article you'd like to read, or a page you'd like to visit, but you don't want to clog up your bookmark bar with links that you only want to keep temporarily, then this extension is for you.

LinkList is a lightweight and simple link saving extension, it doesn't drown you in features you'll never use. It does exactly what it says on the tin.

Features:
    
    -Save and Delete links
    -Search bar for finding your links quickly
    -Link counter 
    -Storage-space indicator bar
    -Light and Dark themes
  
I started learning to code a few months ago and wrote this extension as some fun practice.
I hope you find it useful.                    

拡張機能の基本情報

名前 LinkList LinkList
ID mbhapkbkigmglmolblcndoinnhiamnkk
公式URL https://chrome.google.com/webstore/detail/linklist/mbhapkbkigmglmolblcndoinnhiamnkk
説明 Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.
ファイルサイズ 190 KB
インストール数 48
現在のバージョン 1.1.3
最終更新日 2016-02-17
公開日 2016-02-17
評価 2.00/5 合計 2 レビュー
開発者 SpaceBake
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkList",
    "manifest_version": 2,
    "version": "1.1.3",
    "description": "Stop crowding your bookmark bar with disposable links you only want temporarily. Save links in a searchable list to view later.",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "LinkList",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon128.png",
        "16": "images\/icon48.png"
    }
}