Sniipit

Store essences of anything you read and hear to keep what’s most relevant.

Sniipit란 무엇입니까?

Sniipit은(는) sniipit.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store essences of anything you read and hear to keep what’s most relevant."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Sniipit Extension allows you to save text phrases from any website to your Sniipit account. Keep what's most relevant and remember what's important. 

Snippit lets you:
- store quotes and text phrases from any website
- bookmark pages based on quotes rather than titles
- manage your learnings from the web in a timeline                    

확장 프로그램 기본 정보

이름 Sniipit Sniipit
ID bffeigcbedjjdaoolgabmmjdacmghnnc
공식 URL https://chromewebstore.google.com/detail/sniipit/bffeigcbedjjdaoolgabmmjdacmghnnc
설명 Store essences of anything you read and hear to keep what’s most relevant.
파일 크기 902 KB
설치 횟수 169
현재 버전 0.8.2
최근 업데이트 2015-05-31
출시 날짜 2015-05-31
평점 4.00/5 총 3 개의 평점
개발자 sniipit.io
결제 유형 free
확장 프로그램 웹 사이트 http://www.sniipit.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sniipit",
    "description": "Store essences of anything you read and hear to keep what\u2019s most relevant.",
    "version": "0.8.2",
    "homepage_url": "http:\/\/www.sniipit.io",
    "author": "www.sniipit.io",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "options_page": "html\/options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-1.11.2.min.js",
            "js\/jquery.embedly.min.js",
            "js\/ddp.js",
            "js\/q.js",
            "js\/asteroid.chrome.js",
            "js\/mixpanel.js",
            "js\/identify.js",
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/contentstyles.css"
            ],
            "js": [
                "js\/jquery-1.11.2.min.js",
                "js\/rangy-core.js",
                "js\/rangy-classapplier.js",
                "js\/rangy-position.js",
                "js\/rangy-events.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "*:\/\/*.embed.ly\/*"
    ],
    "web_accessible_resources": [
        "html\/login.html",
        "js\/jquery-1.11.2.min.js",
        "js\/login.js",
        "css\/login.css",
        "fonts\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.embed.ly\/1\/extract https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'"
}