404 Bookmark Remover

Get a list of your unavailable, old bookmarks and remove them with ease!

404 Bookmark Removerคืออะไร?

404 Bookmark Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vengel Studio และคุณลักษณะหลักของมันคือ "Get a list of your unavailable, old bookmarks and remove them with ease!"

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

screenshot

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

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

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

                        ❓ Ever wanted to remove all your outdated bookmarks, but you were too lazy to do it by yourself? 

Our extension will:
✔ check if your bookmarks are available
✔ show you a list of them, allowing you to remove them
✔ display a fancy chart!

No changes are made without your approval.                    

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

ชื่อ 404 Bookmark Remover 404 Bookmark Remover
ID kmfodfcddbcokegecplfbchfgfldnjpd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/404-bookmark-remover/kmfodfcddbcokegecplfbchfgfldnjpd
คำอธิบาย Get a list of your unavailable, old bookmarks and remove them with ease!
ขนาดไฟล์ 175 KB
จำนวนการติดตั้ง 707
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2018-10-06
วันที่เผยแพร่ 2018-10-06
คะแนน 2.50/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Vengel Studio
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "404 Bookmark Remover",
    "description": "Get a list of your unavailable, old bookmarks and remove them with ease!",
    "version": "2.0.1",
    "permissions": [
        "storage",
        "bookmarks",
        "tabs",
        "activeTab",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}