Markers

Add mark as seen buttons to your favorite websites.

什麼是Markers?

Markers是由https://markers.app開發的Chrome擴展程式,該擴展的主要功能是“Add mark as seen buttons to your favorite websites.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Markers擴展crx文件

下載Markers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ⚠️ This extension includes paid plans. 

Once you install the Markers extension for Google Chrome on your desktop, a new mark as seen button will be added to the items listed below:
✓ Videos on Youtube (www.youtube.com)
✓ Videos on TED (www.ted.com)
✓ Tweets on Twitter (www.twitter.com)
✓ Products on Product Hunt (www.producthunt.com)

Every time you mark an item as seen, we'll change its visual appearance so that you can easily spot items you've already seen when you visit the sites the next round.

Your marked links are automatically synced and backed up on cloud. You have full control over your data.

Useful Links:
✓ See our pricing and subscribe at https://www.markers.app/
✓ Review our privacy policy at https://www.markers.app/privacy
@ Contact us with any questions at [email protected]                    

擴展基本資訊

名稱 Markers Markers
ID jhajgeogdlclhbngdccoejhjkaeekhpp
官方網址 https://chromewebstore.google.com/detail/markers/jhajgeogdlclhbngdccoejhjkaeekhpp
簡介 Add mark as seen buttons to your favorite websites.
檔案大小 32.93 KB
安裝次數 238
目前版本 2.0.0
更新時間 2024-02-22
上架時間 2020-04-26
評分 4.00/5 共 7 次評分
開發者 https://markers.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.markers.app/
隱私政策頁面URL https://www.markers.app/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markers",
    "version": "2.0.0",
    "description": "Add mark as seen buttons to your favorite websites.",
    "permissions": [
        "declarativeContent",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "markers.js"
            ],
            "css": [
                "markers.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/markers16.png",
            "32": "images\/markers32.png",
            "48": "images\/markers48.png",
            "128": "images\/markers128.png"
        }
    },
    "icons": {
        "16": "images\/markers16.png",
        "32": "images\/markers32.png",
        "48": "images\/markers48.png",
        "128": "images\/markers128.png"
    },
    "manifest_version": 3
}