Unvisit

Mark link as unvisited by removing the url from the browsers history

Unvisitคืออะไร?

Unvisit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smukkekim และคุณลักษณะหลักของมันคือ "Mark link as unvisited by removing the url from the browsers history"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unvisit

ดาวน์โหลดไฟล์ส่วนขยาย Unvisit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unvisit Unvisit
ID fbggfcphnbjfjoppijhohnhmfofkcplj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj
คำอธิบาย Mark link as unvisited by removing the url from the browsers history
ขนาดไฟล์ 12.59 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-11-20
วันที่เผยแพร่ 2018-07-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา smukkekim
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unvisit",
    "description": "Mark link as unvisited by removing the url from the browsers history",
    "version": "1.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "history",
        "contextMenus"
    ]
}