Website Tracker

Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…

Website Trackerคืออะไร?

Website Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PDF Convertor และคุณลักษณะหลักของมันคือ "Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that they can be easily accessed from the context menu.  💚💚💚
Simple tool that help users to save links from adress bar and have more  productivity in the navigation at internet.🕛 🕛 🕛 

Please add the icon to the context menu to have at hand all the sites you have added 🆔🆔🆔

1: Create quickly and add to the list so as not to waste time browsing every link on the website
3: Delete list or save addresses manually
4: Copy the link you saved and then access it in a new page                    

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

ชื่อ Website Tracker Website Tracker
ID ngbbnhkjncmdjhnhlekffmdlmgneiodp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-tracker/ngbbnhkjncmdjhnhlekffmdlmgneiodp
คำอธิบาย Website Tracker is a Google chrome extension to quickly add a list of wesites that you will have at hand in the browser so that…
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-06-08
วันที่เผยแพร่ 2022-06-08
คะแนน 5.00/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา PDF Convertor
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/privacy/view/370a968f62d355e4c3260919ef8d7acc
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "options_page": "options.html",
    "name": "Website Tracker",
    "action": {
        "default_popup": "index.html",
        "default_icon": "images-removebg-preview.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "worker_container.js"
    },
    "default_locale": "en"
}