Mark Selected Links As Visited

Marks selected links as visited. If nothing is selected - marks all links on page as visited

Mark Selected Links As Visitedとは何ですか?

Mark Selected Links As VisitedはDima PMによって開発されたChromeの拡張機能で、その主な機能は「Marks selected links as visited. If nothing is selected - marks all links on page as visited」です。

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

screenshot

Mark Selected Links As Visited拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Picture will explain it all...

It also has some context menus for link and selection.                    

拡張機能の基本情報

名前 Mark Selected Links As Visited Mark Selected Links As Visited
ID pmoldfbmipffdecleeffgfcoahobhkpp
公式URL https://chromewebstore.google.com/detail/mark-selected-links-as-vi/pmoldfbmipffdecleeffgfcoahobhkpp
説明 Marks selected links as visited. If nothing is selected - marks all links on page as visited
ファイルサイズ 12.2 KB
インストール数 588
現在のバージョン 0.3
最終更新日 2017-07-04
公開日 2017-07-03
評価 3.40/5 合計 10 レビュー
開発者 Dima PM
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/Klestofer/Mark-Selected-Links-As-Visited
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dima PM",
    "manifest_version": 2,
    "name": "Mark Selected Links As Visited",
    "version": "0.3",
    "description": "Marks selected links as visited. If nothing is selected - marks all links on page as visited",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "history",
        "contextMenus"
    ]
}