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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dima PM และคุณลักษณะหลักของมันคือ "Marks selected links as visited. If nothing is selected - marks all links on page as visited"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mark Selected Links As Visited

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}