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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ⚠️ 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
공식 URL 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
}