Link grabber pro

Extract links from various website and also analyse it!

Link grabber proとは何ですか?

Link grabber proはJanarthananによって開発されたChromeの拡張機能で、その主な機能は「Extract links from various website and also analyse it!」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Grab links from various website !
# hold CTRL + drag to select area of link 
#hold ALT + click on link to select it  and right click  on the selected link  after that 
click download in context menu
#right click on the link and click download from context menu

Analyse website links!
click  current tab link button and you can get analyse the details of link 
in new tab!                    

拡張機能の基本情報

名前 Link grabber pro Link grabber pro
ID anmdhhemdaneikopdjaakppacljbnkpc
公式URL https://chrome.google.com/webstore/detail/link-grabber-pro/anmdhhemdaneikopdjaakppacljbnkpc
説明 Extract links from various website and also analyse it!
ファイルサイズ 67.58 KB
インストール数 619
現在のバージョン 1.1
最終更新日 2018-07-13
公開日 2018-07-13
評価 2.67/5 合計 3 レビュー
開発者 Janarthanan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.janaravi.com
ヘルプページのURL http://www.janaravi.com/linkgrabber.html
プライバシーポリシーページのURL http://www.janaravi.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link grabber pro",
    "version": "1.1",
    "description": "Extract links from various website and also analyse it!",
    "browser_action": {
        "default_title": "Manage your links",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "",
        "storage",
        "notifications",
        "contextMenus",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}