Link Saver - Link Managment

Save and get quick access to your links

Link Saver - Link Managmentとは何ですか?

Link Saver - Link Managmentはhttps://offerlevels.comによって開発されたChromeの拡張機能で、その主な機能は「Save and get quick access to your links」です。

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

screenshot

Link Saver - Link Managment拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Link Saver is a Link Management chrome extension that helps you to save and manage links. 

Get quick access to the links when you need it. 

Add Links and tag to categorize it so you have everything in place.                    

拡張機能の基本情報

名前 Link Saver - Link Managment Link Saver - Link Managment
ID nednnnlhpgcdfembmkdakijahkffinjk
公式URL https://chromewebstore.google.com/detail/link-saver-link-managment/nednnnlhpgcdfembmkdakijahkffinjk
説明 Save and get quick access to your links
ファイルサイズ 166 KB
インストール数 110
現在のバージョン 1.0.1
最終更新日 2021-03-18
公開日 2020-12-13
開発者 https://offerlevels.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://automatics.one/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save and get quick access to your links",
    "version": "1.0.1",
    "name": "Link Saver - Link Managment ",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "short_name": "Link Saver"
}