linkit

Bookmark your idea

linkit란 무엇입니까?

linkit은(는) https://linkit.space에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark your idea"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

linkit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        💡 NEVER LOSE YOUR IDEA AGAIN

Have you ever failed to recall an astonishing idea that you'd once envisioned in the past? Ideas evaporate fast like smoke. If you are working in a profession where creativity matters, linkit is a perfect tool that empowers you to become genuinely resourceful.

Linkit opens a handy note right on your browser. The next time you come up with creative idea while watching videos or reading articles, hit the icon to open linkit note and jot it down! Your idea will be safely kept with the current page's link.


Join linkit network today, and accomplish what you couldn't!                    

확장 프로그램 기본 정보

이름 linkit linkit
ID cpchgjdkejolbebbclgjmfpkningomkd
공식 URL https://chromewebstore.google.com/detail/linkit/cpchgjdkejolbebbclgjmfpkningomkd
설명 Bookmark your idea
파일 크기 437 KB
설치 횟수 354
현재 버전 2.1.13
최근 업데이트 2023-04-06
출시 날짜 2020-07-12
평점 5.00/5 총 10 개의 평점
개발자 https://linkit.space
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkit.space
도움말 페이지 URL https://form.typeform.com/to/q4YaXfcM
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "2.1.13",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "d"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128-gray.png",
        "default_title": "__MSG_extension_browser_action_title__"
    },
    "default_locale": "en",
    "commands": {
        "add_note": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "__MSG_extension_context_menu_add_note__"
        },
        "open_home": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "__MSG_extension_context_menu_open_home__"
        },
        "share_link": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "__MSG_extension_context_menu_share_link__"
        }
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "",
        "cookies",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popup.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/linkit.space\/*",
            "https:\/\/www.linkit.space\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnT9\/3u1HNRypjmBM0AAYJL1F3fT3fOBDGMPTmRxVAvSD7Mj\/JxnHjM14tGI68Sljd8+VVmA3BelNPcupZnlKHzGrYdxH61nybEI1mu4xIWLURA6fwONnRC3fWGoqTLcThehIss30FWRikhgu7tTDSxmsVoMI48GVSuQ0LIUCzy\/LWk9iEBHKcbiy4uU\/f0wBXtceBdFYXRFv+qpCnaSh7XdiRXhU7FfOQUTPuivloEFVYzHIyfbyPgzb70tiPeSj+3pcmFDAwTyjmaG00pkv0WIGVLoQcmrkO2iNPmJxbFGpSkkohoIaiejzoy1hhPcsW2RWe\/e7M45LjxIic3tEsQIDAQAB"
}