Magic Quote

Share or bookmark quotes from any website.

Magic Quote란 무엇입니까?

Magic Quote은(는) guacamoli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share or bookmark quotes from any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Share or bookmark quotes from any site.

Magic Quote is a Medium-like toolbar that gives you the option to save, tweet, post-to-Facebook, or simply copy a quote as plain-text and save it for later in a personal vault.

Get Magic Quote if you've found yourself in one of these scenarios:

     Reading an article and a quote speaks to
     you that you want to save for later or
     share with your twitter and facebook
     followings.

     Doing research for a project and want to
     bookmark pieces of text along with the
     link for later reference.

     Visiting StackOverflow over and over
     again for the same code snippet you
     wish you could've bookmarked with
     notes to use it when you need it. 

How it works:

     Highlight text on any website and choose
     to save, tweet, or post to facebook.
 
     For all of these actions, your quote will be
     saved to a Personal Vault available by 
     clicking on the Magic Quote Icon on the
     right side of the Chrome address bar.

     You can search Magic Quote for quick
     access to saved quotes, links and notes.

     Access your personal vault on any
     computer if you're logged into chrome
     (with Chrome Sync turned on).                    

확장 프로그램 기본 정보

이름 Magic Quote Magic Quote
ID nidofmkmmlollbpbbmdekhhkciaijpjo
공식 URL https://chrome.google.com/webstore/detail/nidofmkmmlollbpbbmdekhhkciaijpjo
설명 Share or bookmark quotes from any website.
파일 크기 3.32 MB
설치 횟수 22
현재 버전 1.0.6
최근 업데이트 2019-07-20
출시 날짜 2019-07-19
평점 5.00/5 총 3 개의 평점
개발자 guacamoli
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.6",
    "short_name": "Magic Quote",
    "name": "Magic Quote",
    "description": "Share or bookmark quotes from any website.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "ext\/cs\/entry.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "toolbar-index.html",
        "sidebar-index.html"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Toggle Magic Quote Sidebar"
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'"
}